Home
last modified time | relevance | path

Searched refs:SRAM2ContentRetention (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_pwr_ex.c542 HAL_StatusTypeDef HAL_PWREx_ConfigSRAM2ContentRetention(uint32_t SRAM2ContentRetention) in HAL_PWREx_ConfigSRAM2ContentRetention() argument
545 assert_param(IS_PWR_SRAM2CONTENT_RETENTION(SRAM2ContentRetention)); in HAL_PWREx_ConfigSRAM2ContentRetention()
548 MODIFY_REG(PWR->CR3, PWR_CR3_RRS, SRAM2ContentRetention); in HAL_PWREx_ConfigSRAM2ContentRetention()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_pwr_ex.h845 HAL_StatusTypeDef HAL_PWREx_ConfigSRAM2ContentRetention(uint32_t SRAM2ContentRetention);