#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 APP_CommandsInit(), appCmdHandle(), appInit(), CompactSectorIfNeeded(), otauTimerStart(), S_Nv_Init(), S_Nv_Write_Impl(), and SYS_TimerTaskHandler().
uint32_t SYS_Timer_t::interval |
Referenced by appCmdHandle(), appInit(), CompactSectorIfNeeded(), otauTimerStart(), placeTimer(), S_Nv_Init(), and S_Nv_Write_Impl().
SYS_TimerMode_t SYS_Timer_t::mode |
Referenced by APP_CommandsInit(), appCmdHandle(), appInit(), CompactSectorIfNeeded(), otauTimerStart(), S_Nv_Init(), S_Nv_Write_Impl(), and SYS_TimerTaskHandler().
struct SYS_Timer_t* SYS_Timer_t::next |
Referenced by placeTimer(), SYS_TimerRemainingTimeout(), SYS_TimerStarted(), SYS_TimerStop(), and SYS_TimerTaskHandler().
uint32_t SYS_Timer_t::timeout |