Semaphore definition structure contains setup information for a semaphore. More...
#include <cmsis_os.h>
Public Attributes | |
osSemaphore * | data |
const char * | name |
Semaphore definition structure contains setup information for a semaphore.
Definition at line 314 of file cmsis_os.h.
osSemaphore* os_semaphore_def::data |
Definition at line 317 of file cmsis_os.h.
const char* os_semaphore_def::name |
Definition at line 316 of file cmsis_os.h.