Timer Control Block. More...
#include <rtx_os.h>
Data Fields | |
uint8_t | id |
Object Identifier. More... | |
uint8_t | state |
Object State. More... | |
uint8_t | flags |
Object Flags. More... | |
uint8_t | type |
Timer Type (Periodic/One-shot) More... | |
const char * | name |
Object Name. More... | |
struct osRtxTimer_s * | prev |
Pointer to previous active Timer. More... | |
struct osRtxTimer_s * | next |
Pointer to next active Timer. More... | |
uint32_t | tick |
Timer current Tick. More... | |
uint32_t | load |
Timer Load value. More... | |
osRtxTimerFinfo_t | finfo |
Timer Function Info. More... | |
osRtxTimerFinfo_t finfo |
struct osRtxTimer_s* next |
struct osRtxTimer_s* prev |