Appearance
struct osSemaphoreAttr_t
#include <kernel/cmsis_os2.h>
Public Attributes
| Name | |
|---|---|
| const char * | name name of the semaphore |
| 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* osSemaphoreAttr_t::namename of the semaphore
variable attr_bits
cpp
uint32_t osSemaphoreAttr_t::attr_bitsattribute bits
variable cb_mem
cpp
void* osSemaphoreAttr_t::cb_memmemory for control block
variable cb_size
cpp
uint32_t osSemaphoreAttr_t::cb_sizesize of provided memory for control block