Searched refs:IS_ADC4_LOW_POWER (Results 1 – 2 of 2) sorted by relevance
1561 #define IS_ADC4_LOW_POWER(__LP_MODE__) (((__LP_MODE__) == ADC_LOW_POWER_NONE) || \ macro
441 assert_param(IS_ADC4_LOW_POWER(hadc->Init.LowPowerAutoPowerOff)); in HAL_ADC_Init()