Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dseos.h218 static inline uint32_t osSegmentGetCrc(const struct Segment *seg) in osSegmentGetCrc() function
251 return osSegmentGetCrc(osGetSegment(app)); in osAppSegmentGetCrc()
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c1619 …ret = processAppTags(osSegmentGetData(it.seg), osSegmentGetCrc(it.seg), osSegmentGetSize(it.seg), … in halAppInfo()