Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_pwr_ex.h289 #define PWR_FULL_SRAM2_RETENTION PWR_CR3_RRS_0 /*!< Full SRAM2 is powered by the low-pow… macro
292 #define PWR_FULL_SRAM2_RETENTION PWR_CR3_RRS /*!< Full SRAM2 is powered by the low-pow… macro
814 ((SRAM2) == PWR_FULL_SRAM2_RETENTION) ||\
818 ((SRAM2) == PWR_FULL_SRAM2_RETENTION))
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_pwr_ex.c729 (void) HAL_PWREx_SetSRAM2ContentRetention(PWR_FULL_SRAM2_RETENTION); in HAL_PWREx_EnableSRAM2ContentRetention()
759 else if (SRAM2Size == PWR_FULL_SRAM2_RETENTION) in HAL_PWREx_SetSRAM2ContentRetention()
761 MODIFY_REG(PWR->CR3, PWR_CR3_RRS, PWR_FULL_SRAM2_RETENTION); in HAL_PWREx_SetSRAM2ContentRetention()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_pwr_ex.h294 #define PWR_FULL_SRAM2_RETENTION PWR_CR3_RRS_0 /*!< : Full SRAM2 is powered by … macro
770 ((CONTENT) == PWR_FULL_SRAM2_RETENTION) ||\
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_pwr_ex.c562 (void) HAL_PWREx_ConfigSRAM2ContentRetention(PWR_FULL_SRAM2_RETENTION); in HAL_PWREx_EnableSRAM2ContentRetention()