Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_pwr_ex.c543 assert_param(IS_PWR_RAM_STOP_RETENTION(RAMSelection)); in HAL_PWREx_EnableRAMsContentStopRetention()
563 assert_param(IS_PWR_RAM_STOP_RETENTION(RAMSelection)); in HAL_PWREx_DisableRAMsContentStopRetention()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_pwr_ex.h267 #define IS_PWR_RAM_STOP_RETENTION(RAMCONTENT) (((RAMCONTENT) == PWR_SRAM1_FULL_STOP_RETENTION) |… macro