Attributes structure for event flags. More...
#include <cmsis_os2.h>
Data Fields | |
const char * | name |
name of the event flags More... | |
uint32_t | attr_bits |
attribute bits More... | |
void * | cb_mem |
memory for control block More... | |
uint32_t | cb_size |
size of provided memory for control block More... | |
Attributes structure for event flags.
Definition at line 261 of file cmsis_os2.h.
uint32_t attr_bits |
attribute bits
Definition at line 263 of file cmsis_os2.h.
void* cb_mem |
memory for control block
Definition at line 264 of file cmsis_os2.h.
uint32_t cb_size |
size of provided memory for control block
Definition at line 265 of file cmsis_os2.h.
const char* name |
name of the event flags
Definition at line 262 of file cmsis_os2.h.