Searched refs:IS_SDADC_LOWPOWER_MODE (Results 1 – 2 of 2) sorted by relevance
496 #define IS_SDADC_LOWPOWER_MODE(LOWPOWER) (((LOWPOWER) == SDADC_LOWPOWER_NONE) || \ macro
331 assert_param(IS_SDADC_LOWPOWER_MODE(hsdadc->Init.IdleLowPowerMode)); in HAL_SDADC_Init()