@CHIP-RTOS C Library V2.06 - 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.
Supported since or modified in @CHIP-RTOS version-
SC12 | SC13 | SC11 | SC1x3 |
-
V1.00 | V1.00 | V1.00 | V0.90 |
This API List
List of C Libraries
@CHIP-RTOS Main Index
End of document
|