OsMutex Struct Reference
Mutex object. More...
#include <os_port_cmsis_rtos.h>
Data Fields | |
osMutexId | id |
osMutexId_t | id |
SemaphoreHandle_t | handle |
Semaphore_Handle | handle |
OS_EVENT * | p |
void * | handle |
Detailed Description
Mutex object.
Definition at line 127 of file os_port_cmsis_rtos.h.
Field Documentation
◆ handle [1/3]
SemaphoreHandle_t handle |
Definition at line 193 of file os_port_freertos.h.
◆ handle [2/3]
Semaphore_Handle handle |
Definition at line 132 of file os_port_sys_bios.h.
◆ handle [3/3]
void* handle |
Definition at line 120 of file os_port_windows.h.
◆ id [1/2]
osMutexId id |
Definition at line 129 of file os_port_cmsis_rtos.h.
◆ id [2/2]
osMutexId_t id |
Definition at line 174 of file os_port_cmsis_rtos2.h.
◆ p
OS_EVENT* p |
Definition at line 140 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