Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
DeeData.c28 static void* eeFind(uint32_t nameToFind, uint32_t *offset, bool findFirst, uint32_t *szP) in eeFind() argument
45 *szP = sz; in eeFind()
68 static void *eeDataGetEx(uint32_t name, uint32_t *offsetP, bool first, void *buf, uint32_t *szP) in eeDataGetEx() argument
81 if (buf && szP) { //get the data in eeDataGetEx()
82 if (sz > *szP) in eeDataGetEx()
83 sz = *szP; in eeDataGetEx()
84 *szP = sz; in eeDataGetEx()
87 else if (szP) //get size in eeDataGetEx()
88 *szP = sz; in eeDataGetEx()
93 bool eeDataGet(uint32_t name, void *buf, uint32_t *szP) in eeDataGet() argument
[all …]
/device/google/contexthub/firmware/os/inc/
DeeData.h45 bool eeDataGet(uint32_t name, void *buf, uint32_t *szP);
49 void *eeDataGetAllVersions(uint32_t name, void *buf, uint32_t *szP, void **stateP);