Home
last modified time | relevance | path

Searched defs:clearBit (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.3.1/include/nitro/os/common/
Devent.h99 static inline u32 OS_WaitEventEx_And( OSEvent* event, u32 pattern, u32 clearBit ) in OS_WaitEventEx_And()
103 static inline u32 OS_WaitEventEx_Or(OSEvent* event, u32 pattern, u32 clearBit ) in OS_WaitEventEx_Or()
186 static inline u32 OS_PollEventEx_And( OSEvent* event, u32 pattern, u32 clearBit ) in OS_PollEventEx_And()
190 static inline u32 OS_PollEventEx_Or(OSEvent* event, u32 pattern, u32 clearBit ) in OS_PollEventEx_Or()
/TwlSDK-5.3.1/build/libraries/os/common/src/
Dos_event.c79 u32 OS_WaitEventEx(OSEvent* event, u32 pattern, OSEventMode mode, u32 clearBit ) in OS_WaitEventEx()
164 void OS_ClearEvent(OSEvent* event, u32 clearBit) in OS_ClearEvent()
208 u32 OS_PollEventEx(OSEvent* event, u32 pattern, OSEventMode mode, u32 clearBit ) in OS_PollEventEx()