Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_rtc_ex.c2806 uint32_t tamp_privcr = READ_REG(TAMP->PRIVCR); in HAL_RTCEx_PrivilegeModeGet() local
2817 privilegeState->tampPrivilegeFull = READ_BIT(tamp_privcr, TAMP_PRIVCR_TAMPPRIV); in HAL_RTCEx_PrivilegeModeGet()
2820 …privilegeState->backupRegisterPrivZone = READ_BIT(tamp_privcr, (TAMP_PRIVCR_BKPWPRIV | TAMP_PRIVCR… in HAL_RTCEx_PrivilegeModeGet()