Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/inc/plat/
Dplat.h63 void* platGetPersistentRamStore(uint32_t *bytes);
/device/google/contexthub/firmware/os/cpu/cortexm4/
Dcpu.c56 void *loc = platGetPersistentRamStore(&bytes); in getPersistedData()
/device/google/contexthub/firmware/os/platform/stm32/
Dplatform.c675 void* platGetPersistentRamStore(uint32_t *bytes) in platGetPersistentRamStore() function