OpenWSN Firmware
sctimer.h File Reference
#include "stdint.h"
#include "board.h"

Go to the source code of this file.

Macros

#define SCTIMER_TICS_MS   33
 

Typedefs

typedef kick_scheduler_t(* sctimer_cbt )(void)
 

Functions

void sctimer_init (void)
 
void sctimer_stop (void)
 
void sctimer_schedule (PORT_TIMER_WIDTH val)
 
PORT_TIMER_WIDTH sctimer_getValue (void)
 
void sctimer_setCb (sctimer_cbt cb)
 
void sctimer_clearISR (void)
 
void sctimer_reset (void)