System services provide common functions for all layers, which are necessary for normal stack operation.
System services include basic types and definitions, software timers, default configuration parameters, encryption module access, etc.
Modules | |
LWMesh System Services - Security | |
Functions | |
void | SYS_Init (void) |
void | SYS_TaskHandler (void) |
void SYS_Init | ( | void | ) |
References NWK_Init(), PHY_Init(), sal_init(), and SYS_TimerInit().
Referenced by wsndemo_init().
void SYS_TaskHandler | ( | void | ) |
References NWK_TaskHandler(), PHY_TaskHandler(), and SYS_TimerTaskHandler().
Referenced by wsndemo_task().