Arrow / Mbed OS DAPLink Reset
Embed: (wiki syntax)

« Back to documentation index

osSemaphoreAttr_t Struct Reference

osSemaphoreAttr_t Struct Reference

Attributes structure for semaphore. More...

#include <cmsis_os2.h>

Data Fields

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

Detailed Description

Attributes structure for semaphore.

Definition at line 277 of file cmsis_os2.h.


Field Documentation

uint32_t attr_bits

attribute bits

Definition at line 279 of file cmsis_os2.h.

void * cb_mem

memory for control block

Definition at line 280 of file cmsis_os2.h.

uint32_t cb_size

size of provided memory for control block

Definition at line 281 of file cmsis_os2.h.

const char * name

name of the semaphore

Definition at line 278 of file cmsis_os2.h.