Very Simple Kernel 0.1.0
Loading...
Searching...
No Matches
vsk_EventTimer.h File Reference
#include "vsk_Event.h"
#include "vsk_Timer.h"

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_tvsk_EventTimer_init (vsk_EventTimer_t *const self, uint32_t const delayMillis, uint32_t const periodMillis, vsk_Event_t *const event)
 Initializes an event timer.