/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_hal_adc_ex.h | 363 …(ADC_CR2_EXTEN | ADC_CR2_EXTSEL | ADC_CR2_ALIGN | ADC_CR2_EOCS | ADC_CR2_DDS | ADC_CR2_DELS | ADC_… 366 …(ADC_CR2_EXTEN | ADC_CR2_EXTSEL | ADC_CR2_ALIGN | ADC_CR2_EOCS | ADC_CR2_DDS | ADC_CR2_DELS | ADC_… 441 ADC_CR2_ALIGN | ADC_CR2_EOCS | ADC_CR2_DDS | \ 449 ADC_CR2_ALIGN | ADC_CR2_EOCS | ADC_CR2_DDS | \
|
D | stm32l1xx_ll_adc.h | 807 #define LL_ADC_REG_FLAG_EOC_UNITARY_CONV (ADC_CR2_EOCS) /*!< ADC flag EOS (end of sequence c… 3292 MODIFY_REG(ADCx->CR2, ADC_CR2_EOCS, EocSelection); in LL_ADC_REG_SetFlagEndOfConversion() 3307 return (uint32_t)(READ_BIT(ADCx->CR2, ADC_CR2_EOCS)); in LL_ADC_REG_GetFlagEndOfConversion()
|
D | stm32l1xx_hal_adc.h | 375 #define ADC_EOC_SINGLE_CONV ((uint32_t)ADC_CR2_EOCS)
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_adc.c | 881 if (HAL_IS_BIT_SET(hadc->Instance->CR2, ADC_CR2_EOCS) && in HAL_ADC_PollForConversion() 930 HAL_IS_BIT_CLR(hadc->Instance->CR2, ADC_CR2_EOCS) ) ) in HAL_ADC_PollForConversion() 1199 HAL_IS_BIT_CLR(hadc->Instance->CR2, ADC_CR2_EOCS) ) ) in HAL_ADC_IRQHandler() 1245 HAL_IS_BIT_CLR(hadc->Instance->CR2, ADC_CR2_EOCS) ) && in HAL_ADC_IRQHandler() 1898 hadc->Instance->CR2 &= ~(ADC_CR2_EOCS); in ADC_Init() 1928 HAL_IS_BIT_CLR(hadc->Instance->CR2, ADC_CR2_EOCS) ) ) in ADC_DMAConvCplt()
|
D | stm32f2xx_hal_adc_ex.c | 445 HAL_IS_BIT_CLR(hadc->Instance->CR2, ADC_CR2_EOCS) ) && in HAL_ADCEx_InjectedPollForConversion() 1002 HAL_IS_BIT_CLR(hadc->Instance->CR2, ADC_CR2_EOCS) ) ) in ADC_MultiModeDMAConvCplt()
|
D | stm32f2xx_ll_adc.c | 487 | ADC_CR2_ALIGN | ADC_CR2_EOCS in LL_ADC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_adc.c | 904 if (HAL_IS_BIT_SET(hadc->Instance->CR2, ADC_CR2_EOCS) && in HAL_ADC_PollForConversion() 957 HAL_IS_BIT_CLR(hadc->Instance->CR2, ADC_CR2_EOCS) ) ) in HAL_ADC_PollForConversion() 1243 HAL_IS_BIT_CLR(hadc->Instance->CR2, ADC_CR2_EOCS) ) ) in HAL_ADC_IRQHandler() 1289 HAL_IS_BIT_CLR(hadc->Instance->CR2, ADC_CR2_EOCS)) && in HAL_ADC_IRQHandler() 1988 hadc->Instance->CR2 &= ~(ADC_CR2_EOCS); in ADC_Init() 2018 HAL_IS_BIT_CLR(hadc->Instance->CR2, ADC_CR2_EOCS) ) ) in ADC_DMAConvCplt()
|
D | stm32f7xx_hal_adc_ex.c | 444 HAL_IS_BIT_CLR(hadc->Instance->CR2, ADC_CR2_EOCS) ) && in HAL_ADCEx_InjectedPollForConversion() 1002 HAL_IS_BIT_CLR(hadc->Instance->CR2, ADC_CR2_EOCS) ) ) in ADC_MultiModeDMAConvCplt()
|
D | stm32f7xx_ll_adc.c | 465 | ADC_CR2_ALIGN | ADC_CR2_EOCS in LL_ADC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_adc.c | 892 if (HAL_IS_BIT_SET(hadc->Instance->CR2, ADC_CR2_EOCS) && in HAL_ADC_PollForConversion() 945 HAL_IS_BIT_CLR(hadc->Instance->CR2, ADC_CR2_EOCS))) in HAL_ADC_PollForConversion() 1232 HAL_IS_BIT_CLR(hadc->Instance->CR2, ADC_CR2_EOCS))) in HAL_ADC_IRQHandler() 1278 HAL_IS_BIT_CLR(hadc->Instance->CR2, ADC_CR2_EOCS)) && in HAL_ADC_IRQHandler() 1984 hadc->Instance->CR2 &= ~(ADC_CR2_EOCS); in ADC_Init() 2014 HAL_IS_BIT_CLR(hadc->Instance->CR2, ADC_CR2_EOCS))) in ADC_DMAConvCplt()
|
D | stm32f4xx_hal_adc_ex.c | 455 HAL_IS_BIT_CLR(hadc->Instance->CR2, ADC_CR2_EOCS)) && in HAL_ADCEx_InjectedPollForConversion() 1048 HAL_IS_BIT_CLR(hadc->Instance->CR2, ADC_CR2_EOCS))) in ADC_MultiModeDMAConvCplt()
|
D | stm32f4xx_ll_adc.c | 479 | ADC_CR2_ALIGN | ADC_CR2_EOCS in LL_ADC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_adc.c | 1217 if (HAL_IS_BIT_SET(hadc->Instance->CR2, ADC_CR2_EOCS) && in HAL_ADC_PollForConversion() 1276 HAL_IS_BIT_CLR(hadc->Instance->CR2, ADC_CR2_EOCS) ) ) in HAL_ADC_PollForConversion() 1715 HAL_IS_BIT_CLR(hadc->Instance->CR2, ADC_CR2_EOCS) ) ) in HAL_ADC_IRQHandler() 1761 HAL_IS_BIT_CLR(hadc->Instance->CR2, ADC_CR2_EOCS) ) && in HAL_ADC_IRQHandler() 2316 HAL_IS_BIT_CLR(hadc->Instance->CR2, ADC_CR2_EOCS) ) ) in ADC_DMAConvCplt()
|
D | stm32l1xx_ll_adc.c | 418 | ADC_CR2_ALIGN | ADC_CR2_EOCS in LL_ADC_DeInit() 426 | ADC_CR2_ALIGN | ADC_CR2_EOCS in LL_ADC_DeInit()
|
D | stm32l1xx_hal_adc_ex.c | 349 HAL_IS_BIT_CLR(hadc->Instance->CR2, ADC_CR2_EOCS) ) && in HAL_ADCEx_InjectedPollForConversion()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_ll_adc.h | 686 #define LL_ADC_REG_FLAG_EOC_UNITARY_CONV (ADC_CR2_EOCS) /*!< ADC flag EOS (end of sequence c… 2575 MODIFY_REG(ADCx->CR2, ADC_CR2_EOCS, EocSelection); in LL_ADC_REG_SetFlagEndOfConversion() 2590 return (uint32_t)(READ_BIT(ADCx->CR2, ADC_CR2_EOCS)); in LL_ADC_REG_GetFlagEndOfConversion()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_ll_adc.h | 697 #define LL_ADC_REG_FLAG_EOC_UNITARY_CONV (ADC_CR2_EOCS) /*!< ADC flag EOS (end of sequence c… 2685 MODIFY_REG(ADCx->CR2, ADC_CR2_EOCS, EocSelection); in LL_ADC_REG_SetFlagEndOfConversion() 2700 return (uint32_t)(READ_BIT(ADCx->CR2, ADC_CR2_EOCS)); in LL_ADC_REG_GetFlagEndOfConversion()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_ll_adc.h | 709 #define LL_ADC_REG_FLAG_EOC_UNITARY_CONV (ADC_CR2_EOCS) /*!< ADC flag EOS (end of sequence c… 2727 MODIFY_REG(ADCx->CR2, ADC_CR2_EOCS, EocSelection); in LL_ADC_REG_SetFlagEndOfConversion() 2742 return (uint32_t)(READ_BIT(ADCx->CR2, ADC_CR2_EOCS)); in LL_ADC_REG_GetFlagEndOfConversion()
|
/hal_stm32-latest/stm32cube/stm32f4xx/soc/ |
D | stm32f410cx.h | 826 #define ADC_CR2_EOCS ADC_CR2_EOCS_Msk /*!<End of conversio… macro
|
D | stm32f410rx.h | 826 #define ADC_CR2_EOCS ADC_CR2_EOCS_Msk /*!<End of conversio… macro
|
D | stm32f410tx.h | 816 #define ADC_CR2_EOCS ADC_CR2_EOCS_Msk /*!<End of conversio… macro
|
/hal_stm32-latest/stm32cube/stm32l1xx/soc/ |
D | stm32l152xb.h | 880 #define ADC_CR2_EOCS ADC_CR2_EOCS_Msk /*!< ADC end of unit… macro
|
D | stm32l152xba.h | 865 #define ADC_CR2_EOCS ADC_CR2_EOCS_Msk /*!< ADC end of unit… macro
|
D | stm32l100xba.h | 862 #define ADC_CR2_EOCS ADC_CR2_EOCS_Msk /*!< ADC end of unit… macro
|
D | stm32l100xb.h | 862 #define ADC_CR2_EOCS ADC_CR2_EOCS_Msk /*!< ADC end of unit… macro
|