Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/
Dseos.h186 static inline uint32_t osSegmentGetState(const struct Segment *seg) in osSegmentGetState() function
229 return osSegmentGetState(osGetSegment(app)); in osAppSegmentGetState()
/device/google/contexthub/firmware/src/
Dseos.c525 if (osSegmentGetState(it.seg) == SEG_ST_EMPTY) { in osAppSegmentCreate()
598 uint32_t state = osSegmentGetState(seg); in osAppWipeData()
807 switch (osSegmentGetState(it.seg)) { in osScanExternal()