Home
last modified time | relevance | path

Searched refs:eeDataGetFree (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/os/inc/
DeeData.h49 uint32_t eeDataGetFree();
/device/google/contexthub/firmware/os/platform/stm32/
DeeData.c98 uint32_t eeDataGetFree() in eeDataGetFree() function
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c1691 success = copyTLV32(resp->data, &offset, max_len, req->tags[i], eeDataGetFree()); in halSysInfo()