Home
last modified time | relevance | path

Searched refs:NOSEventId (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-2.4.0/include/nn/net/compatible/nos/
Dnos_horizon.h832 typedef NOSEvent *NOSEventId; typedef
843 NN_INLINE NOSEventId NOS_CreateEvent(NOSEvent* pEvent) in NOS_CreateEvent()
850 return (NOSEventId)pEvent; in NOS_CreateEvent()
853 NN_INLINE void NOS_DestroyEvent(NOSEventId eventId) in NOS_DestroyEvent()
859 NN_INLINE u32 NOS_WaitEvent(NOSEventId eventId, u32 pattern, NOSEventMode mode) in NOS_WaitEvent()
865 NN_INLINE u32 NOS_WaitEvent_And(NOSEventId eventId, u32 pattern) in NOS_WaitEvent_And()
871 NN_INLINE u32 NOS_WaitEvent_Or(NOSEventId eventId, u32 pattern) in NOS_WaitEvent_Or()
877 NN_INLINE u32 NOS_WaitEventEx(NOSEventId eventId, u32 pattern, NOSEventMode mode, u32 clearBit) in NOS_WaitEventEx()
883 NN_INLINE u32 NOS_WaitEventEx_And(NOSEventId eventId, u32 pattern, u32 clearBit) in NOS_WaitEventEx_And()
889 NN_INLINE u32 NOS_WaitEventEx_Or(NOSEventId eventId, u32 pattern, u32 clearBit) in NOS_WaitEventEx_Or()
[all …]