OsSemaphore Struct Reference
Semaphore object. More...
#include <os_port_cmsis_rtos.h>
Data Fields | |
osSemaphoreId | id |
osSemaphoreId_t | id |
SemaphoreHandle_t | handle |
Semaphore_Handle | handle |
OS_EVENT * | p |
void * | handle |
Detailed Description
Semaphore object.
Definition at line 114 of file os_port_cmsis_rtos.h.
Field Documentation
◆ handle [1/3]
SemaphoreHandle_t handle |
Definition at line 180 of file os_port_freertos.h.
◆ handle [2/3]
Semaphore_Handle handle |
Definition at line 122 of file os_port_sys_bios.h.
◆ handle [3/3]
void* handle |
Definition at line 110 of file os_port_windows.h.
◆ id [1/2]
osSemaphoreId id |
Definition at line 116 of file os_port_cmsis_rtos.h.
◆ id [2/2]
osSemaphoreId_t id |
Definition at line 158 of file os_port_cmsis_rtos2.h.
◆ p
OS_EVENT* p |
Definition at line 130 of file os_port_ucos2.h.
The documentation for this struct was generated from the following files:
- common/os_port_cmsis_rtos.h
- common/os_port_cmsis_rtos2.h
- common/os_port_freertos.h
- common/os_port_sys_bios.h
- common/os_port_ucos2.h
- common/os_port_windows.h