FreeRTOS + 0/56 examples
CodeScope will show references to osEvent from the following samples and libraries:
Libraries
Examples
STM32446E_EVAL
Demonstrations
Applications
FatFs
FreeRTOS
USB_Host
STM32469I-Discovery
Demonstrations
Applications
USB_Host
STM32469I_EVAL
Demonstrations
Applications
FatFs
FreeRTOS
USB_Host
STM324xG_EVAL
Demonstrations
Applications
FatFs
FreeRTOS
USB_Host
STM32F412G-Discovery
Demonstrations
Applications
FatFs
FreeRTOS
STM32F413H-Discovery
Demonstrations
Applications
FatFs
FreeRTOS
STM32F429I-Discovery
Demonstrations
STM324x9I_EVAL
Applications
FatFs
FreeRTOS
USB_Host
Demonstrations
STemWin
STM32F412ZG-Nucleo
Applications
USB_Host
STM32F413ZH-Nucleo
Applications
FreeRTOS
 
Symbols
loading...
Files
loading...

osEvent struct

Event structure contains detailed information about an event.

Syntax

typedef struct {   osStatus                 status;        union  {     uint32_t                    v;          void                       *p;          int32_t               signals;        } value;                                union  {     osMailQId             mail_id;          osMessageQId       message_id;        } def;                                } osEvent;

Fields

status

No summary provided. Read more...

value

No summary provided. Read more...

def

No summary provided. Read more...

Examples

osEvent is referenced by 56 libraries and example projects.

Type Use

Variables of osEvent type
osSignalWait()::ret
osMessageGet()::event
osMailGet()::event
osMessagePeek()::event
all items filtered out
osEvent
all items filtered out
osEvent
all items filtered out
Allocators of osEvent
Deletors of osEvent
osSignalWait()::ret
osMessageGet()::event
osMailGet()::event
osMessagePeek()::event
all items filtered out
osEvent
osSignalWait()::ret
osMessageGet()::event
osMailGet()::event
osMessagePeek()::event
all items filtered out