RTEMS
|
The Clock Driver API. More...
Files | |
file | clockdrv.h |
Clock Driver API. | |
Functions | |
void | _Clock_Initialize (void) |
Initialize the clock driver. | |
Variables | |
volatile uint32_t | Clock_driver_ticks |
Count of clock driver ticks since system boot or last overflow. More... | |
The Clock Driver API.
volatile uint32_t Clock_driver_ticks |
Count of clock driver ticks since system boot or last overflow.
This counter may overflow.
Count of clock driver ticks since system boot or last overflow.
Clock ticks since initialization
Definition at line 114 of file clockimpl.h.