|
u32_t | BSP_ReadAbsoluteTime (void) |
| Get the number of milliseconds since program start. More...
|
|
void | CHILI_1msTick (void) |
| 1 ms Tick for TMR0_IRQHandler ISR More...
|
|
void | CHILI_FastForward (u32_t ticks) |
| FastForward time by the given amount. More...
|
|
void | BSP_WaitTicks (u32_t ticks) |
| Wait for specified Time in Milliseconds. More...
|
|
void | BSP_MicroTimerStart (void) |
| start microseconds timer More...
|
|
u32_t | BSP_MicroTimerStop (void) |
| stop microseconds timer More...
|
|
u32_t | BSP_MicroTimerGet (void) |
| get microseconds timer while running More...
|
|