Appearance
struct osTimerAttr_t
Attributes structure for timer. #include <kernel/cmsis_os2.h>
Public Attributes
| Name | |
|---|---|
| const char * | name name of the timer |
| uint32_t | attr_bits attribute bits |
| void * | cb_mem memory for control block |
| uint32_t | cb_size size of provided memory for control block |
Public Attributes Documentation
variable name
cpp
const char* osTimerAttr_t::namename of the timer
variable attr_bits
cpp
uint32_t osTimerAttr_t::attr_bitsattribute bits
variable cb_mem
cpp
void* osTimerAttr_t::cb_memmemory for control block
variable cb_size
cpp
uint32_t osTimerAttr_t::cb_sizesize of provided memory for control block