Home
last modified time | relevance | path

Searched defs:event (Results 1 – 10 of 10) sorted by relevance

/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_event.c39 void OS_InitEvent( OSEvent *event ) in OS_InitEvent()
59 u32 OS_WaitEvent(OSEvent* event, u32 pattern, OSEventMode mode ) in OS_WaitEvent()
79 u32 OS_WaitEventEx(OSEvent* event, u32 pattern, OSEventMode mode, u32 clearBit ) in OS_WaitEventEx()
125 void OS_SignalEvent(OSEvent* event, u32 setPattern) in OS_SignalEvent()
148 void OS_ClearAllEvent(OSEvent* event) in OS_ClearAllEvent()
164 void OS_ClearEvent(OSEvent* event, u32 clearBit) in OS_ClearEvent()
188 u32 OS_PollEvent(OSEvent* event, u32 pattern, OSEventMode mode ) in OS_PollEvent()
208 u32 OS_PollEventEx(OSEvent* event, u32 pattern, OSEventMode mode, u32 clearBit ) in OS_PollEventEx()
/TwlSDK-5.1.0/include/nitro/os/common/
Devent.h91 static inline u32 OS_WaitEvent_And( OSEvent* event, u32 pattern ) in OS_WaitEvent_And()
95 static inline u32 OS_WaitEvent_Or(OSEvent* event, u32 pattern ) in OS_WaitEvent_Or()
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()
178 static inline u32 OS_PollEvent_And( OSEvent* event, u32 pattern ) in OS_PollEvent_And()
182 static inline u32 OS_PollEvent_Or(OSEvent* event, u32 pattern ) in OS_PollEvent_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.1.0/build/libraries/card/common/src/
Dcard_hook.c87 void CARDi_NotifyEvent(CARDEvent event, void *arg) in CARDi_NotifyEvent()
/TwlSDK-5.1.0/build/demos/wireless_shared/wfs/src/
Dwfs_common.c143 void NotifyWirelessEvent(StaticWork *work, WirelessEvent event, void *argument) in NotifyWirelessEvent()
342 static void ParentWFSEvent(void *userdata, WFSEventType event, void *argument) in ParentWFSEvent()
361 static void ParentWirelessEvent(void *userdata, WirelessEvent event, void *argument) in ParentWirelessEvent()
411 static void ChildWFSEvent(void *userdata, WFSEventType event, void *argument) in ChildWFSEvent()
446 static void ChildWirelessEvent(void *userdata, WirelessEvent event, void *argument) in ChildWirelessEvent()
/TwlSDK-5.1.0/build/demos/os/event-1/src/
Dmain.c31 OSEvent event; variable
/TwlSDK-5.1.0/build/libraries/card/common/include/
Dcard_event.h42 OSEvent event[1]; member
/TwlSDK-5.1.0/build/libraries/fs/common/src/
Dfs_hook.c55 static void FSi_SystemEvents(void *userdata, CARDEvent event, void *argument) in FSi_SystemEvents()
/TwlSDK-5.1.0/build/libraries/wfs/common/src/
Dwfs_client.c34 WFSEventType event, void *argument) in WFSi_NotifyEvent()
/TwlSDK-5.1.0/build/libraries/wbt/common/src/
Dwbt_context.c430 static void WBTi_NotifySystemCallback(WBTContext * work, WBTCommandType event, int aid, in WBTi_NotifySystemCallback()
1017 static void WBTi_NotifyCompletionCallback(WBTContext * work, WBTCommandType event, int aid) in WBTi_NotifyCompletionCallback()
/TwlSDK-5.1.0/include/nitro/
Dwbt.h242 WBTCommandType event; member