Searched defs:clearBit (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.2.1/include/nitro/os/common/ |
| D | event.h | 99 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.2.1/build/libraries/os/common/src/ |
| D | os_event.c | 79 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()
|