Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_adc.c276 assert_param(IS_ADC_EOCSelection(hadc->Init.EOCSelection)); in HAL_ADC_Init()
697 assert_param(IS_ADC_EOCSelection(hadc->Init.EOCSelection)); in HAL_ADC_IRQHandler()
713 if (hadc->Init.EOCSelection == ADC_EOC_SEQ_CONV) { in HAL_ADC_IRQHandler()
1262 hadc->Instance->CR2 |= ADC_CR2_EOCSelection(hadc->Init.EOCSelection); in ADC_Init()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_adc.c381 assert_param(IS_ADC_EOC_SELECTION(hadc->Init.EOCSelection)); in HAL_ADC_Init()
886 if (hadc->Init.EOCSelection == ADC_EOC_SEQ_CONV) in HAL_ADC_PollForConversion()
1119 switch(hadc->Init.EOCSelection) in HAL_ADC_Start_IT()
1400 assert_param(IS_ADC_EOC_SELECTION(hadc->Init.EOCSelection)); in HAL_ADC_IRQHandler()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_adc.h86 …uint32_t EOCSelection; /*!< Specifies what EOC (End Of Conversion) flag is used for conve… member
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_adc.h96 uint32_t EOCSelection; /*!< Specifies whether the EOC flag is set member

Completed in 11 milliseconds