OsMutex Struct Reference

Mutex object. More...

#include <os_port_cmsis_rtos.h>

Data Fields

osMutexId id
 
osMutexId_t id
 
uint8_t id
 
SemaphoreHandle_t handle
 
xSemaphoreHandle handle
 
portInt8Type buffer [portQUEUE_OVERHEAD_BYTES *2]
 
Semaphore_Handle handle
 
OS_EVENT * p
 
void * handle
 

Detailed Description

Mutex object.

Definition at line 135 of file os_port_cmsis_rtos.h.

Field Documentation

◆ buffer

portInt8Type buffer[portQUEUE_OVERHEAD_BYTES *2]

Definition at line 160 of file os_port_safertos.h.

◆ handle [1/4]

SemaphoreHandle_t handle

Definition at line 183 of file os_port_freertos.h.

◆ handle [2/4]

xSemaphoreHandle handle

Definition at line 159 of file os_port_safertos.h.

◆ handle [3/4]

Semaphore_Handle handle

Definition at line 140 of file os_port_sys_bios.h.

◆ handle [4/4]

void* handle

Definition at line 128 of file os_port_windows.h.

◆ id [1/3]

osMutexId id

Definition at line 137 of file os_port_cmsis_rtos.h.

◆ id [2/3]

osMutexId_t id

Definition at line 161 of file os_port_cmsis_rtos2.h.

◆ id [3/3]

uint8_t id

Definition at line 142 of file os_port_cmx_rtx.h.

◆ p

OS_EVENT* p

Definition at line 132 of file os_port_ucos2.h.


The documentation for this struct was generated from the following files: