Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/platform/stm32f4xx/
DeeData.c27 static void* eeFind(uint32_t nameToFind, uint32_t *offset, bool findFirst, uint32_t *szP) in eeFind() function
76 data = eeFind(name, offsetP, first, &sz); in eeDataGetEx()
122 space = eeFind(EE_DATA_NAME_MAX, NULL, false, &sz); in eeDataSet()