Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/platform/stm32f4xx/
DtaggedPtr.h38 static inline bool taggedPtrIsPtr(TaggedPtr tPtr) in taggedPtrIsPtr() function
45 return !taggedPtrIsPtr(tPtr); in taggedPtrIsUint()
/device/google/contexthub/firmware/src/
Dtimer.c76 if (taggedPtrIsPtr(callInfo)) { in timCallFunc()
Dseos.c376 if ((taggedPtrIsPtr(evtFreeData) && !taggedPtrToPtr(evtFreeData)) || in handleEventFreeing()
380 if (taggedPtrIsPtr(evtFreeData)) in handleEventFreeing()
Dsensors.c41 #define IS_LOCAL_APP(s) (taggedPtrIsPtr(s->callInfo))