Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_pwr_ex.h769 #define IS_PWR_SRAM2CONTENT_RETENTION(CONTENT) (((CONTENT) == PWR_NO_SRAM2_RETENTION) ||\ macro
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_pwr_ex.c545 assert_param(IS_PWR_SRAM2CONTENT_RETENTION(SRAM2ContentRetention)); in HAL_PWREx_ConfigSRAM2ContentRetention()