Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32_rtc.c38 #define RTC_SECCFGR U(0x20) macro
334 io_setbits32(base + RTC_SECCFGR, RTC_SECCFGR_FULL_SEC); in apply_rif_config()
336 if (!(io_read32(base + RTC_SECCFGR) & RTC_SECCFGR_FULL_SEC)) in apply_rif_config()
345 io_clrsetbits32(base + RTC_SECCFGR, in apply_rif_config()
795 io_setbits32(base + RTC_SECCFGR, RTC_SECCFGR_TS_SEC); in stm32_rtc_set_tamper_timestamp()