nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ OSAL_Set_Event()

int OSAL_Set_Event ( OSAL_Event_t  Event,
uint32_t  Flags 
)

Sets an event.

Parameters
[in]EventHandle to the event returned from OSAL_Create_Event().
[in]FlagsBitmask of the event bits to set.
Returns
OSAL_STATUS_SUCCESS upon success or other status value upon failure.