#include <sysTimer.h>
Data Fields | |
void(* | handler )(struct SYS_Timer_t *timer) |
uint32_t | interval |
SYS_TimerMode_t | mode |
struct SYS_Timer_t * | next |
uint32_t | timeout |
void(* SYS_Timer_t::handler)(struct SYS_Timer_t *timer) |
Referenced by appInit(), nwkRxInit(), nwkTxInit(), and SYS_TimerTaskHandler().
uint32_t SYS_Timer_t::interval |
Referenced by appInit(), nwkRxInit(), nwkTxInit(), and placeTimer().
SYS_TimerMode_t SYS_Timer_t::mode |
Referenced by appInit(), nwkRxInit(), nwkTxInit(), and SYS_TimerTaskHandler().
struct SYS_Timer_t* SYS_Timer_t::next |
Referenced by placeTimer(), SYS_TimerStarted(), SYS_TimerStop(), and SYS_TimerTaskHandler().
uint32_t SYS_Timer_t::timeout |
Referenced by placeTimer(), SYS_TimerStop(), and SYS_TimerTaskHandler().