Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/inc/plat/
Drtc.h44 uint32_t* rtcGetBackupStorage(void);
/device/google/contexthub/firmware/os/platform/stm32/
Drtc.c289 uint32_t* rtcGetBackupStorage(void) in rtcGetBackupStorage() function
Dpwr.c181 uint32_t backupRegs[RTC_NUM_BACKUP_REGS], i, *regs = rtcGetBackupStorage(); in pwrEnableAndClockRtc()
Dplatform.c691 return rtcGetBackupStorage(); in platGetPersistentRamStore()