/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_adc.c | 1406 if (hadc->Init.EOCSelection == ADC_EOC_SEQ_CONV) in HAL_ADC_PollForConversion() 1797 case ADC_EOC_SEQ_CONV: in HAL_ADC_Start_IT() 1841 case ADC_EOC_SEQ_CONV: in HAL_ADC_Start_IT() 1871 case ADC_EOC_SEQ_CONV: in HAL_ADC_Start_IT() 1895 case ADC_EOC_SEQ_CONV: in HAL_ADC_Start_IT()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_adc.c | 1410 if (hadc->Init.EOCSelection == ADC_EOC_SEQ_CONV) in HAL_ADC_PollForConversion() 1793 case ADC_EOC_SEQ_CONV: in HAL_ADC_Start_IT() 1837 case ADC_EOC_SEQ_CONV: in HAL_ADC_Start_IT() 1867 case ADC_EOC_SEQ_CONV: in HAL_ADC_Start_IT() 1891 case ADC_EOC_SEQ_CONV: in HAL_ADC_Start_IT()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_adc.c | 1362 if (hadc->Init.EOCSelection == ADC_EOC_SEQ_CONV) in HAL_ADC_PollForConversion() 1734 case ADC_EOC_SEQ_CONV: in HAL_ADC_Start_IT() 1778 case ADC_EOC_SEQ_CONV: in HAL_ADC_Start_IT() 1808 case ADC_EOC_SEQ_CONV: in HAL_ADC_Start_IT() 1832 case ADC_EOC_SEQ_CONV: in HAL_ADC_Start_IT()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_adc.c | 1406 if (hadc->Init.EOCSelection == ADC_EOC_SEQ_CONV) in HAL_ADC_PollForConversion() 1797 case ADC_EOC_SEQ_CONV: in HAL_ADC_Start_IT() 1841 case ADC_EOC_SEQ_CONV: in HAL_ADC_Start_IT() 1871 case ADC_EOC_SEQ_CONV: in HAL_ADC_Start_IT() 1895 case ADC_EOC_SEQ_CONV: in HAL_ADC_Start_IT()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_adc.c | 1406 if (hadc->Init.EOCSelection == ADC_EOC_SEQ_CONV) in HAL_ADC_PollForConversion() 1797 case ADC_EOC_SEQ_CONV: in HAL_ADC_Start_IT() 1841 case ADC_EOC_SEQ_CONV: in HAL_ADC_Start_IT() 1871 case ADC_EOC_SEQ_CONV: in HAL_ADC_Start_IT() 1895 case ADC_EOC_SEQ_CONV: in HAL_ADC_Start_IT()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_adc.c | 1406 if (hadc->Init.EOCSelection == ADC_EOC_SEQ_CONV) in HAL_ADC_PollForConversion() 1797 case ADC_EOC_SEQ_CONV: in HAL_ADC_Start_IT() 1841 case ADC_EOC_SEQ_CONV: in HAL_ADC_Start_IT() 1871 case ADC_EOC_SEQ_CONV: in HAL_ADC_Start_IT() 1895 case ADC_EOC_SEQ_CONV: in HAL_ADC_Start_IT()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_adc.c | 1422 if (hadc->Init.EOCSelection == ADC_EOC_SEQ_CONV) in HAL_ADC_PollForConversion() 1813 case ADC_EOC_SEQ_CONV: in HAL_ADC_Start_IT() 1857 case ADC_EOC_SEQ_CONV: in HAL_ADC_Start_IT() 1887 case ADC_EOC_SEQ_CONV: in HAL_ADC_Start_IT() 1911 case ADC_EOC_SEQ_CONV: in HAL_ADC_Start_IT()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_hal_adc.h | 352 #define ADC_EOC_SEQ_CONV ((uint32_t) ADC_ISR_EOS) macro 862 ((EOC_SELECTION) == ADC_EOC_SEQ_CONV) )
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_hal_adc.h | 398 #define ADC_EOC_SEQ_CONV 0x00000000U macro 748 ((EOCSelection) == ADC_EOC_SEQ_CONV) || \
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_adc.h | 407 #define ADC_EOC_SEQ_CONV 0x00000000U macro 757 ((EOCSelection) == ADC_EOC_SEQ_CONV) || \
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_adc.h | 684 #define ADC_EOC_SEQ_CONV (ADC_ISR_EOS) /*!< End of sequence conversions … macro 1099 ((EOC_SELECTION) == ADC_EOC_SEQ_CONV))
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_adc.h | 684 #define ADC_EOC_SEQ_CONV (ADC_ISR_EOS) /*!< End of sequence conversions … macro 1081 ((EOC_SELECTION) == ADC_EOC_SEQ_CONV))
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_adc.h | 672 #define ADC_EOC_SEQ_CONV (ADC_ISR_EOS) /*!< End of sequence conversions … macro 1080 ((__EOC_SELECTION__) == ADC_EOC_SEQ_CONV) )
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_adc.h | 687 #define ADC_EOC_SEQ_CONV (ADC_ISR_EOS) /*!< End of sequence conversions … macro 1106 ((EOC_SELECTION) == ADC_EOC_SEQ_CONV))
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_hal_adc.h | 421 #define ADC_EOC_SEQ_CONV (ADC_ISR_EOS) macro 953 ((EOC_SELECTION) == ADC_EOC_SEQ_CONV))
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_adc.h | 714 #define ADC_EOC_SEQ_CONV (ADC_ISR_EOS) /*!< End of sequence conversions … macro 1177 ((__EOC_SELECTION__) == ADC_EOC_SEQ_CONV) )
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal_adc.h | 702 #define ADC_EOC_SEQ_CONV (ADC_ISR_EOS) /*!< End of sequence conversions … macro 1126 ((EOC_SELECTION) == ADC_EOC_SEQ_CONV))
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_adc.h | 444 #define ADC_EOC_SEQ_CONV ((uint32_t)0x00000000U) macro 797 ((__EOCSelection__) == ADC_EOC_SEQ_CONV) || \
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_adc.h | 691 #define ADC_EOC_SEQ_CONV (ADC_ISR_EOS) /*!< End of sequence conversions … macro 1129 ((EOC_SELECTION) == ADC_EOC_SEQ_CONV))
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_adc.h | 672 #define ADC_EOC_SEQ_CONV (ADC_ISR_EOS) /*!< End of sequence conversions … macro 1127 ((__EOC_SELECTION__) == ADC_EOC_SEQ_CONV) )
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_adc.h | 657 #define ADC_EOC_SEQ_CONV (ADC_ISR_EOS) /*!< End of sequence conversions … macro 1156 ((__EOC_SELECTION__) == ADC_EOC_SEQ_CONV) )
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_adc.c | 1770 if (hadc->Init.EOCSelection == ADC_EOC_SEQ_CONV) in HAL_ADC_PollForConversion() 2200 case ADC_EOC_SEQ_CONV: in HAL_ADC_Start_IT() 2247 case ADC_EOC_SEQ_CONV: in HAL_ADC_Start_IT() 2278 case ADC_EOC_SEQ_CONV: in HAL_ADC_Start_IT() 2301 case ADC_EOC_SEQ_CONV: in HAL_ADC_Start_IT()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_adc.h | 729 #define ADC_EOC_SEQ_CONV (ADC_ISR_EOS) /*!< End of sequence conversions … macro 1188 ((__EOC_SELECTION__) == ADC_EOC_SEQ_CONV) )
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_hal_adc.h | 612 #define ADC_EOC_SEQ_CONV (ADC_ISR_EOS) /*!< End of sequence conversions … macro 1055 ((__EOC_SELECTION__) == ADC_EOC_SEQ_CONV) )
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_adc.h | 527 #define ADC_EOC_SEQ_CONV (ADC_ISR_EOS) /*!< End of sequence conversions … macro 958 ((__EOC_SELECTION__) == ADC_EOC_SEQ_CONV) )
|