Home
last modified time | relevance | path

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

/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_pwr_ex.c2264 assert_param(IS_PWR_RAM_RUN_RETENTION(RAMSelection)); in HAL_PWREx_EnableRAMsContentRunRetention()
2290 assert_param(IS_PWR_RAM_RUN_RETENTION(RAMSelection)); in HAL_PWREx_DisableRAMsContentRunRetention()
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_pwr_ex.h974 #define IS_PWR_RAM_RUN_RETENTION(RAMCONTENT) \ macro