OsEvent Struct Reference
Event object. More...
#include <os_port_cmsis_rtos.h>
Data Fields | |
osSemaphoreId | id |
osEventFlagsId_t | id |
SemaphoreHandle_t | handle |
Event_Handle | handle |
OS_FLAG_GRP * | p |
void * | handle |
Detailed Description
Event object.
Definition at line 79 of file os_port_cmsis_rtos.h.
Field Documentation
◆ handle [1/3]
SemaphoreHandle_t handle |
Definition at line 117 of file os_port_freertos.h.
◆ handle [2/3]
Event_Handle handle |
Definition at line 90 of file os_port_sys_bios.h.
◆ handle [3/3]
void* handle |
Definition at line 78 of file os_port_windows.h.
◆ id [1/2]
osSemaphoreId id |
Definition at line 81 of file os_port_cmsis_rtos.h.
◆ id [2/2]
osEventFlagsId_t id |
Definition at line 85 of file os_port_cmsis_rtos2.h.
◆ p
OS_FLAG_GRP* p |
Definition at line 91 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