www.beck-ipc.com

@CHIP-RTOS C Library V2.00 - RTOS API


RTX_Get_Saved_Events

Return the state of the 16 event flags as they were at the time the calling task most recently completed a RTX_Wait_For_Event (or RTX_Wait_For_EventP ) call.

int RTX_Get_Saved_Events ( unsigned int far *Event );

Parameters

Event

Output parameter: Saved events.

Return Value

0: Success.

Comments

This function accesses the event flags stored for this specific program thread.  The event group was specified at the time of the RTX_Wait_For_Event call.

Use the RTX_Get_EventGroup_State function to read current event group flag states.

See Also

RTOS API

This library function invokes a RTOS software interrupt. Refer to this RTOS API function's documentation for more details.


This API List
List of C Libraries
@CHIP-RTOS Main Index


End of document