Searched refs:PWR_4KBYTES_SRAM2_RETENTION (Results 1 – 3 of 3) sorted by relevance
295 #define PWR_4KBYTES_SRAM2_RETENTION PWR_CR3_RRS_1 /*!< Only 4kB of SRAM2 is powere… macro771 ((CONTENT) == PWR_4KBYTES_SRAM2_RETENTION))
290 #define PWR_4KBYTES_SRAM2_RETENTION PWR_CR3_RRS_1 /*!< Only 4 Kbytes of SRAM2 is powered by… macro815 ((SRAM2) == PWR_4KBYTES_SRAM2_RETENTION))
764 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()