OsEvent Struct Reference
Event object. More...
#include <os_port_cmsis_rtos.h>
Data Fields | |
| osSemaphoreId | id |
| osEventFlagsId_t | id |
| uint8_t | id |
| SemaphoreHandle_t | handle |
| xSemaphoreHandle | handle |
| portInt8Type | buffer [portQUEUE_OVERHEAD_BYTES *2] |
| Event_Handle | handle |
| OS_FLAG_GRP * | p |
| void * | handle |
Detailed Description
Event object.
Definition at line 109 of file os_port_cmsis_rtos.h.
Field Documentation
◆ buffer
| portInt8Type buffer[portQUEUE_OVERHEAD_BYTES *2] |
Definition at line 138 of file os_port_safertos.h.
◆ handle [1/4]
| SemaphoreHandle_t handle |
Definition at line 157 of file os_port_freertos.h.
◆ handle [2/4]
| xSemaphoreHandle handle |
Definition at line 137 of file os_port_safertos.h.
◆ handle [3/4]
| Event_Handle handle |
Definition at line 120 of file os_port_sys_bios.h.
◆ handle [4/4]
| void* handle |
Definition at line 108 of file os_port_windows.h.
◆ id [1/3]
| osSemaphoreId id |
Definition at line 111 of file os_port_cmsis_rtos.h.
◆ id [2/3]
| osEventFlagsId_t id |
Definition at line 129 of file os_port_cmsis_rtos2.h.
◆ id [3/3]
| uint8_t id |
Definition at line 122 of file os_port_cmx_rtx.h.
◆ p
| OS_FLAG_GRP* p |
Definition at line 112 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_cmx_rtx.h
- common/os_port_freertos.h
- common/os_port_safertos.h
- common/os_port_sys_bios.h
- common/os_port_ucos2.h
- common/os_port_windows.h
