Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/platform/stm32f4xx/
Drtc.h44 uint32_t* rtcGetBackupStorage(void);
/device/google/contexthub/firmware/src/platform/stm32f4xx/
Drtc.c299 uint32_t* rtcGetBackupStorage(void) in rtcGetBackupStorage() function
Dpwr.c182 uint32_t backupRegs[RTC_NUM_BACKUP_REGS], i, *regs = rtcGetBackupStorage(); in pwrEnableAndClockRtc()
Dplatform.c680 return rtcGetBackupStorage(); in platGetPersistentRamStore()