Wixel SDK
Main Page
Modules
Data Structures
Files
File List
Globals
include
time.h
Go to the documentation of this file.
1
18
#ifndef _WIXEL_TIME_H
19
#define _WIXEL_TIME_H
20
21
#include <
cc2511_map.h
>
22
30
void
timeInit
();
31
34
uint32
getMs
();
35
38
ISR
(T4, 0);
39
45
void
delayMicroseconds
(
uint8
microseconds);
46
52
void
delayMs
(
uint16
milliseconds);
53
54
#endif
delayMs
void delayMs(uint16 milliseconds)
Definition:
time.c:43
ISR
ISR(T4, 0)
Definition:
time.c:13
uint32
unsigned long uint32
Definition:
cc2511_types.h:21
uint16
unsigned short uint16
Definition:
cc2511_types.h:15
delayMicroseconds
void delayMicroseconds(uint8 microseconds)
uint8
unsigned char uint8
Definition:
cc2511_types.h:9
getMs
uint32 getMs()
Definition:
time.c:19
cc2511_map.h
timeInit
void timeInit()
Definition:
time.c:29
Generated on Mon Sep 28 2015 11:52:10 for Wixel SDK by
1.8.10