Mistake on this page?
Report an issue in GitHub or email us
Data Fields
osRtxTimer_s Struct Reference

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_sprev
 Pointer to previous active Timer. More...
 
struct osRtxTimer_snext
 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...
 

Detailed Description

Timer Control Block.

Definition at line 149 of file rtx_os.h.

Field Documentation

Timer Function Info.

Definition at line 159 of file rtx_os.h.

uint8_t flags

Object Flags.

Definition at line 152 of file rtx_os.h.

uint8_t id

Object Identifier.

Definition at line 150 of file rtx_os.h.

uint32_t load

Timer Load value.

Definition at line 158 of file rtx_os.h.

const char* name

Object Name.

Definition at line 154 of file rtx_os.h.

struct osRtxTimer_s* next

Pointer to next active Timer.

Definition at line 156 of file rtx_os.h.

struct osRtxTimer_s* prev

Pointer to previous active Timer.

Definition at line 155 of file rtx_os.h.

uint8_t state

Object State.

Definition at line 151 of file rtx_os.h.

uint32_t tick

Timer current Tick.

Definition at line 157 of file rtx_os.h.

uint8_t type

Timer Type (Periodic/One-shot)

Definition at line 153 of file rtx_os.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.