Home
last modified time | relevance | path

Searched refs:ContinuousConvMode (Results 1 – 5 of 5) sorted by relevance

/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_adc.c271 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.ContinuousConvMode)); in HAL_ADC_Init()
402 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.ContinuousConvMode)); in HAL_ADC_Start()
597 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.ContinuousConvMode)); in HAL_ADC_Start_IT()
695 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.ContinuousConvMode)); in HAL_ADC_IRQHandler()
712 …if ((hadc->Init.ContinuousConvMode == DISABLE) && ((hadc->Instance->CR2 & ADC_CR2_EXTEN) == RESET)… in HAL_ADC_IRQHandler()
760 if (((hadc->Init.ContinuousConvMode == DISABLE) || tmp1) && tmp2) { in HAL_ADC_IRQHandler()
817 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.ContinuousConvMode)); in HAL_ADC_Start_DMA()
1236 hadc->Instance->CR2 |= ADC_CR2_CONTINUOUS(hadc->Init.ContinuousConvMode); in ADC_Init()
A Dstm32f7xx_hal_adc_ex.c453 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.ContinuousConvMode)); in HAL_ADCEx_MultiModeStart_DMA()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_adc.c376 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.ContinuousConvMode)); in HAL_ADC_Init()
472 ADC_CFGR1_CONTINUOUS(hadc->Init.ContinuousConvMode) | in HAL_ADC_Init()
481 if (hadc->Init.ContinuousConvMode == DISABLE) in HAL_ADC_Init()
943 (hadc->Init.ContinuousConvMode == DISABLE) ) in HAL_ADC_PollForConversion()
1399 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.ContinuousConvMode)); in HAL_ADC_IRQHandler()
1416 (hadc->Init.ContinuousConvMode == DISABLE) ) in HAL_ADC_IRQHandler()
2097 (hadc->Init.ContinuousConvMode == DISABLE) ) in ADC_DMAConvCplt()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_adc.h99 …uint32_t ContinuousConvMode; /*!< Specifies whether the conversion is performed in single mode … member
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_adc.h99 …uint32_t ContinuousConvMode; /*!< Specifies whether the conversion is performed in Continuous o… member

Completed in 12 milliseconds