Home
last modified time | relevance | path

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

/hal_stm32-3.7.0/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_pwr_ex.c230 assert_param(IS_PWR_SDADC_ANALOG(Analogx)); in HAL_PWREx_EnableSDADC()
247 assert_param(IS_PWR_SDADC_ANALOG(Analogx)); in HAL_PWREx_DisableSDADC()
/hal_stm32-3.7.0/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_pwr_ex.h258 #define IS_PWR_SDADC_ANALOG(SDADC) (((SDADC) == PWR_SDADC_ANALOG1) || \ macro