Very Simple Kernel 0.1.0
Loading...
Searching...
No Matches
vsk.h File Reference
#include "vsk_Assert.h"
#include "vsk_CriticalSection.h"
#include "vsk_Task.h"

Go to the source code of this file.

Data Structures

struct  vsk_Interface
 User defined functions for the vsk module. More...
 

Typedefs

typedef struct vsk_Interface vsk_Interface_t
 User defined functions for the vsk module.
 

Functions

void vsk_init (uint16_t const tickPeriodMillis, vsk_Interface_t const *const interface)
 Initializes the vsk module.
 
void vsk_onTick (void)
 Propagates the system tick in the vsk module.
 
void vsk_startScheduler (void)
 Starts the task scheduler.