ApertureOS
Macros | Typedefs | Functions
timer_manager.h File Reference
#include "types.h"
Include dependency graph for timer_manager.h:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

#define MAX_TIMERS   2048

Typedef Documentation

typedef void(* TickHandler) ()

Function Documentation

UID Timers_CreateNew ( uint32_t  ticks,
bool  periodic,
TickHandler  handler 
)
void Timers_Delete ( UID  uid)
void Timers_Setup ( )
void Timers_StartTimer ( UID  uid)