Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_pwr_ex.h295 #define PWR_4KBYTES_SRAM2_RETENTION PWR_CR3_RRS_1 /*!< Only 4kB of SRAM2 is powere… macro
771 ((CONTENT) == PWR_4KBYTES_SRAM2_RETENTION))
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_pwr_ex.h290 #define PWR_4KBYTES_SRAM2_RETENTION PWR_CR3_RRS_1 /*!< Only 4 Kbytes of SRAM2 is powered by… macro
815 ((SRAM2) == PWR_4KBYTES_SRAM2_RETENTION))
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_pwr_ex.c764 else if (SRAM2Size == PWR_4KBYTES_SRAM2_RETENTION) in HAL_PWREx_SetSRAM2ContentRetention()
766 MODIFY_REG(PWR->CR3, PWR_CR3_RRS, PWR_4KBYTES_SRAM2_RETENTION); in HAL_PWREx_SetSRAM2ContentRetention()