Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_pwr_ex.c796 SET_BIT(PWR->IORETR, PWR_IORETR_IORETREN); in HAL_PWREx_EnableStandbyIORetention()
806 CLEAR_BIT(PWR->IORETR, PWR_IORETR_IORETREN); in HAL_PWREx_DisableStandbyIORetention()
818 SET_BIT(PWR->IORETR, PWR_IORETR_JTAGIORETEN); in HAL_PWREx_EnableStandbyJTAGIORetention()
828 CLEAR_BIT(PWR->IORETR, PWR_IORETR_JTAGIORETEN); in HAL_PWREx_DisableStandbyJTAGIORetention()
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/Device/Include/
Dstm32h573xx.h1126 …__IO uint32_t IORETR; /*!< IO RETention Register, Address offset: 0x50 … member