Home
last modified time | relevance | path

Searched refs:IS_PWR_SRAM2_STANDBY_RETENTION (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_pwr_ex.h261 #define IS_PWR_SRAM2_STANDBY_RETENTION(CONTENT) ((CONTENT) == PWR_SRAM2_FULL_STANDBY_RETENTION) macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_pwr_ex.c1721 assert_param(IS_PWR_SRAM2_STANDBY_RETENTION(SRAM2Pages)); in HAL_PWREx_EnableSRAM2ContentStandbyRetention()
1741 assert_param(IS_PWR_SRAM2_STANDBY_RETENTION(SRAM2Pages)); in HAL_PWREx_DisableSRAM2ContentStandbyRetention()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_pwr_ex.c478 assert_param(IS_PWR_SRAM2_STANDBY_RETENTION(SRAM2Pages)); in HAL_PWREx_EnableSRAM2ContentStandbyRetention()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_pwr_ex.h906 #define IS_PWR_SRAM2_STANDBY_RETENTION(CONTENT) \ macro