Searched refs:SRAM2ContentRetention (Results 1 – 2 of 2) sorted by relevance
542 HAL_StatusTypeDef HAL_PWREx_ConfigSRAM2ContentRetention(uint32_t SRAM2ContentRetention) in HAL_PWREx_ConfigSRAM2ContentRetention() argument545 assert_param(IS_PWR_SRAM2CONTENT_RETENTION(SRAM2ContentRetention)); in HAL_PWREx_ConfigSRAM2ContentRetention()548 MODIFY_REG(PWR->CR3, PWR_CR3_RRS, SRAM2ContentRetention); in HAL_PWREx_ConfigSRAM2ContentRetention()
845 HAL_StatusTypeDef HAL_PWREx_ConfigSRAM2ContentRetention(uint32_t SRAM2ContentRetention);