Very Simple Kernel 0.1.0
|
Go to the source code of this file.
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. | |