Definition of basic System Timer functions. More...
#include <stdint.h>

Go to the source code of this file.
Macros | |
| #define | LED_MSEC_IRQ 200 |
Functions | |
| void | timer_1_init (uint32_t msec) |
| void | timer_3_init (uint32_t msec) |
| void | timer_1_stop () |
| void | timer_3_stop () |
| void | handle_timer_1_irq () |
| void | handle_timer_3_irq () |
| uint64_t | timer_get_ticks () |
| void | timer_msleep (uint32_t msec) |
Definition of basic System Timer functions.