Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_adc.c383 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.LowPowerAutoWait)); in HAL_ADC_Init()
470 tmpCFGR1 |= (ADC_CFGR1_AUTOWAIT(hadc->Init.LowPowerAutoWait) | in HAL_ADC_Init()
977 if (hadc->Init.LowPowerAutoWait == DISABLE) in HAL_ADC_PollForConversion()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_adc.h88 …uint32_t LowPowerAutoWait; /*!< Selects the dynamic low power Auto Delay: new conversion star… member

Completed in 7 milliseconds