![]() |
SuperTinyKernel™ RTOS 1.06.0
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
|
Attributes structure for event flags. More...
#include <cmsis_os2.h>
Public Attributes | |
| const char * | name |
| name of the event flags | |
| 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 event flags.
Definition at line 316 of file cmsis_os2.h.
| uint32_t osEventFlagsAttr_t::attr_bits |
attribute bits
Definition at line 318 of file cmsis_os2.h.
| void* osEventFlagsAttr_t::cb_mem |
memory for control block
Definition at line 319 of file cmsis_os2.h.
Referenced by osEventFlagsNew().
| uint32_t osEventFlagsAttr_t::cb_size |
size of provided memory for control block
Definition at line 320 of file cmsis_os2.h.
Referenced by osEventFlagsNew().
| const char* osEventFlagsAttr_t::name |
name of the event flags
Definition at line 317 of file cmsis_os2.h.
Referenced by osEventFlagsNew().