Home
last modified time | relevance | path

Searched refs:DiscontinuousConvMode (Results 1 – 4 of 4) sorted by relevance

/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_adc.c277 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.DiscontinuousConvMode)); in HAL_ADC_Init()
1238 if (hadc->Init.DiscontinuousConvMode != DISABLE) { in ADC_Init()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_adc.h102 …uint32_t DiscontinuousConvMode; /*!< Specifies whether the conversions sequence of regular group i… member
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_adc.c377 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.DiscontinuousConvMode)); in HAL_ADC_Init()
479 if (hadc->Init.DiscontinuousConvMode == ENABLE) in HAL_ADC_Init()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_adc.h106 …uint32_t DiscontinuousConvMode; /*!< Specifies whether the conversion is performed in Discontinuou… member

Completed in 11 milliseconds