mbed rtos - modified for the final project of the course "Advanced Operating Systems"
Fork of mbed-rtos by
os_semaphore_def Struct Reference
Semaphore Definition structure contains setup information for a semaphore. More...
#include <cmsis_os.h>
Data Fields | |
| void * | semaphore |
| pointer to internal data | |
Detailed Description
Semaphore Definition structure contains setup information for a semaphore.
- Note:
- CAN BE CHANGED: os_semaphore_def is implementation specific in every CMSIS-RTOS.
Definition at line 262 of file cmsis_os.h.
Field Documentation
| void* semaphore |
pointer to internal data
Definition at line 263 of file cmsis_os.h.
Generated on Tue Jul 12 2022 21:49:11 by
1.7.2
