Very Simple Kernel 0.1.0
|
Data Structures | |
struct | vsk_EventTimer |
Event timer. More... | |
Typedefs | |
typedef struct vsk_EventTimer | vsk_EventTimer_t |
Event timer. | |
Functions | |
vsk_EventTimer_t * | vsk_EventTimer_init (vsk_EventTimer_t *const self, uint32_t const delayMillis, uint32_t const periodMillis, vsk_Event_t *const event) |
Initializes an event timer. | |
vsk_EventTimer_t * vsk_EventTimer_init | ( | vsk_EventTimer_t *const | self, |
uint32_t const | delayMillis, | ||
uint32_t const | periodMillis, | ||
vsk_Event_t *const | event ) |
Initializes an event timer.
self | Event timer reference |
delayMillis | Initial delay of the timer in milliseconds |
periodMillis | Period of the timer after the initial delay in milliseconds |
event | Associated event reference |