Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_pwr_ex.c1822 assert_param(IS_PWR_SRAM4_STOP_RETENTION(RAMSelection)); in HAL_PWREx_EnableRAMsContentStopRetention()
2072 assert_param(IS_PWR_SRAM4_STOP_RETENTION(RAMSelection)); in HAL_PWREx_DisableRAMsContentStopRetention()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_pwr_ex.h923 #define IS_PWR_SRAM4_STOP_RETENTION(RAMCONTENT) \ macro