Searched refs:ADC_LOW_POWER_NONE (Results 1 – 2 of 2) sorted by relevance
798 #define ADC_LOW_POWER_NONE (0x00000000UL) /*!< Both Low Power Auto… macro1561 #define IS_ADC4_LOW_POWER(__LP_MODE__) (((__LP_MODE__) == ADC_LOW_POWER_NONE) || \
729 if (hadc->Init.LowPowerAutoPowerOff != ADC_LOW_POWER_NONE) in HAL_ADC_Init()4316 if ((hadc->Init.LowPowerAutoPowerOff == ADC_LOW_POWER_NONE) || (hadc->Instance != ADC4)) in ADC_Enable()