Searched refs:IORETR (Results 1 – 8 of 8) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_pwr_ex.c | 794 SET_BIT(PWR->IORETR, PWR_IORETR_IORETEN); in HAL_PWREx_EnableStandbyIORetention() 804 CLEAR_BIT(PWR->IORETR, PWR_IORETR_IORETEN); in HAL_PWREx_DisableStandbyIORetention() 816 SET_BIT(PWR->IORETR, PWR_IORETR_JTAGIORETEN); in HAL_PWREx_EnableStandbyJTAGIORetention() 826 CLEAR_BIT(PWR->IORETR, PWR_IORETR_JTAGIORETEN); in HAL_PWREx_DisableStandbyJTAGIORetention()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_pwr.h | 1468 SET_BIT(PWR->IORETR, PWR_IORETR_IORETEN); in LL_PWR_EnableIORetention() 1478 CLEAR_BIT(PWR->IORETR, PWR_IORETR_IORETEN); in LL_PWR_DisableIORetention() 1488 return ((READ_BIT(PWR->IORETR, PWR_IORETR_IORETEN) == (PWR_IORETR_IORETEN)) ? 1UL : 0UL); in LL_PWR_IsEnabledIORetention() 1498 SET_BIT(PWR->IORETR, PWR_IORETR_JTAGIORETEN); in LL_PWR_EnableJTAGIORetention() 1508 CLEAR_BIT(PWR->IORETR, PWR_IORETR_JTAGIORETEN); in LL_PWR_DisableJTAGIORetention() 1518 return ((READ_BIT(PWR->IORETR, PWR_IORETR_JTAGIORETEN) == (PWR_IORETR_JTAGIORETEN)) ? 1UL : 0UL); in LL_PWR_IsEnabledJTAGIORetention()
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 677 …__IO uint32_t IORETR; /*!< IO RETention Register, Address offset: 0x50 … member
|
D | stm32h523xx.h | 840 …__IO uint32_t IORETR; /*!< IO RETention Register, Address offset: 0x50 … member
|
D | stm32h562xx.h | 887 …__IO uint32_t IORETR; /*!< IO RETention Register, Address offset: 0x50 … member
|
D | stm32h533xx.h | 904 …__IO uint32_t IORETR; /*!< IO RETention Register, Address offset: 0x50 … member
|
D | stm32h573xx.h | 1129 …__IO uint32_t IORETR; /*!< IO RETention Register, Address offset: 0x50 … member
|
D | stm32h563xx.h | 1065 …__IO uint32_t IORETR; /*!< IO RETention Register, Address offset: 0x50 … member
|