IPC@CHIP® RTOS-PPC – API Documentation |
![]() |
Event manager: Wait for event structure. More...
This API is used by the RTX_Wait_For_Event() C-Library function. More efficient code will usually result by using the RTX_Wait_For_EventP() API directly instead of passing the parameters though this data structure, which is defined primarily for Beck C-Library legacy reasons.
typedef struct tag_rtx_event_wait { unsigned int mask ; unsigned int value ; int match ; long timeout ; } RTX_Wait_Event ;
Data Fields | |
unsigned int | mask |
unsigned int | value |
int | match |
long | timeout |