RTEMS
5.0.0
|
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | SyTickDelayCounter_t |
struct | _TimeEvent |
Typedefs | |
typedef struct _TimeEvent | TimeEvent |
Functions | |
uint32_t | TimeTick_Configure (void) |
void | TimeTick_Increment (uint32_t dwInc) |
uint32_t | GetDelayInTicks (uint32_t startTick, uint32_t endTick) |
uint32_t | GetTicks (void) |
void | Wait (volatile uint32_t dwMs) |
void | Sleep (volatile uint32_t dwMs) |
void | SetTimeEvent (TimeEvent *pEvent) |
Methods and definitions for Global time tick and wait functions.
Defines a common and simplest use of Time Tick, to increase tickCount every 1ms, the application can get this value through GetTickCount().