Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_pwr_ex.h258 #define IS_PWR_SRAM1_STANDBY_RETENTION(CONTENT) ((CONTENT) == PWR_SRAM1_FULL_STANDBY_RETENTION) macro
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_pwr_ex.c448 assert_param(IS_PWR_SRAM1_STANDBY_RETENTION(SRAM1Pages)); in HAL_PWREx_EnableSRAM1ContentStandbyRetention()