Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_pwr_ex.c445 void HAL_PWREx_EnableSRAM1ContentStandbyRetention(uint32_t SRAM1Pages) in HAL_PWREx_EnableSRAM1ContentStandbyRetention() argument
448 assert_param(IS_PWR_SRAM1_STANDBY_RETENTION(SRAM1Pages)); in HAL_PWREx_EnableSRAM1ContentStandbyRetention()
451 MODIFY_REG(PWR->CR1, PWR_SRAM1_FULL_STANDBY_RETENTION, SRAM1Pages); in HAL_PWREx_EnableSRAM1ContentStandbyRetention()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_pwr_ex.h314 void HAL_PWREx_EnableSRAM1ContentStandbyRetention(uint32_t SRAM1Pages);