Searched refs:LowPowerAutoWait (Results 1 – 15 of 15) sorted by relevance
55 AdcHandle.Init.LowPowerAutoWait = DISABLE; in AdcMcuConfig()
70 AdcHandle.Init.LowPowerAutoWait = DISABLE; in AdcMcuConfig()
59 AdcHandle.Init.LowPowerAutoWait = DISABLE; in AdcMcuConfig()
377 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.LowPowerAutoWait)); in HAL_ADC_Init()487 __HAL_ADC_CFGR1_AutoDelay(hadc->Init.LowPowerAutoWait) | in HAL_ADC_Init()983 if (hadc->Init.LowPowerAutoWait == DISABLE) in HAL_ADC_PollForConversion()1480 if (hadc->Init.LowPowerAutoWait != ENABLE) in HAL_ADC_IRQHandler()
402 assert_param(IS_ADC_AUTOWAIT(hadc->Init.LowPowerAutoWait)); in HAL_ADC_Init()497 tmp_cr2 |= hadc->Init.LowPowerAutoWait; in HAL_ADC_Init()984 if (hadc->Init.LowPowerAutoWait == DISABLE) in HAL_ADC_PollForConversion()
346 if (hadc->Init.LowPowerAutoWait == DISABLE) in HAL_ADCEx_InjectedPollForConversion()
448 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.LowPowerAutoWait)); in HAL_ADC_Init()633 ADC_CFGR_AUTOWAIT((uint32_t)hadc->Init.LowPowerAutoWait) | in HAL_ADC_Init()3273 && (hadc->Init.LowPowerAutoWait == ENABLE) in ADC_ConversionStop()
134 …FunctionalState LowPowerAutoWait; /*!< Select the dynamic low power Auto Delay: new conversion sta… member
118 …uint32_t LowPowerAutoWait; /*!< Select the dynamic low power Auto Delay: new conversion start… member
99 …uint32_t LowPowerAutoWait; /*!< Selects the dynamic low power Auto Delay: new conversion star… member