|
ApertureOS
|
#include "types.h"

Go to the source code of this file.
Macros | |
| #define | MAX_TIMERS 2048 |
Typedefs | |
| typedef void(* | TickHandler) () |
Functions | |
| void | Timers_Setup () |
| UID | Timers_CreateNew (uint32_t ticks, bool periodic, TickHandler handler) |
| void | Timers_Delete (UID uid) |
| void | Timers_StartTimer (UID uid) |
| #define MAX_TIMERS 2048 |
| typedef void(* TickHandler) () |
| UID Timers_CreateNew | ( | uint32_t | ticks, |
| bool | periodic, | ||
| TickHandler | handler | ||
| ) |
| void Timers_Delete | ( | UID | uid | ) |
| void Timers_Setup | ( | ) |
| void Timers_StartTimer | ( | UID | uid | ) |
1.8.9.1