![]() |
SuperTinyKernel™ RTOS 1.05.3
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
|
Attributes structure for timer. More...
#include <cmsis_os2.h>
Public Attributes | |
| 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 | |
Attributes structure for timer.
Definition at line 308 of file cmsis_os2.h.
| uint32_t osTimerAttr_t::attr_bits |
attribute bits
Definition at line 310 of file cmsis_os2.h.
| void* osTimerAttr_t::cb_mem |
| uint32_t osTimerAttr_t::cb_size |
size of provided memory for control block
Definition at line 312 of file cmsis_os2.h.
Referenced by osTimerNew().
| const char* osTimerAttr_t::name |