Searched refs:ADC_CR2_EOCS (Results 1 – 10 of 10) sorted by relevance
380 …(ADC_CR2_EXTEN | ADC_CR2_EXTSEL | ADC_CR2_ALIGN | ADC_CR2_EOCS | ADC_CR2_DDS | ADC_CR2_DELS | ADC_…383 …(ADC_CR2_EXTEN | ADC_CR2_EXTSEL | ADC_CR2_ALIGN | ADC_CR2_EOCS | ADC_CR2_DDS | ADC_CR2_DELS | ADC_…458 ADC_CR2_ALIGN | ADC_CR2_EOCS | ADC_CR2_DDS | \466 ADC_CR2_ALIGN | ADC_CR2_EOCS | ADC_CR2_DDS | \
822 #define LL_ADC_REG_FLAG_EOC_UNITARY_CONV (ADC_CR2_EOCS) /*!< ADC flag EOS (end of sequence c…3260 MODIFY_REG(ADCx->CR2, ADC_CR2_EOCS, EocSelection); in LL_ADC_REG_SetFlagEndOfConversion()3275 return (uint32_t)(READ_BIT(ADCx->CR2, ADC_CR2_EOCS)); in LL_ADC_REG_GetFlagEndOfConversion()
355 #define ADC_EOC_SINGLE_CONV ((uint32_t)ADC_CR2_EOCS)
947 if (HAL_IS_BIT_SET(hadc->Instance->CR2, ADC_CR2_EOCS) && in HAL_ADC_PollForConversion()1002 HAL_IS_BIT_CLR(hadc->Instance->CR2, ADC_CR2_EOCS) ) ) in HAL_ADC_PollForConversion()1433 HAL_IS_BIT_CLR(hadc->Instance->CR2, ADC_CR2_EOCS) ) ) in HAL_ADC_IRQHandler()1476 HAL_IS_BIT_CLR(hadc->Instance->CR2, ADC_CR2_EOCS) ) && in HAL_ADC_IRQHandler()2014 HAL_IS_BIT_CLR(hadc->Instance->CR2, ADC_CR2_EOCS) ) ) in ADC_DMAConvCplt()
391 | ADC_CR2_ALIGN | ADC_CR2_EOCS in LL_ADC_DeInit()399 | ADC_CR2_ALIGN | ADC_CR2_EOCS in LL_ADC_DeInit()
363 HAL_IS_BIT_CLR(hadc->Instance->CR2, ADC_CR2_EOCS) ) && in HAL_ADCEx_InjectedPollForConversion()
867 #define ADC_CR2_EOCS ADC_CR2_EOCS_Msk /*!< ADC end of unit… macro
961 #define ADC_CR2_EOCS ADC_CR2_EOCS_Msk /*!< ADC end of unit… macro
986 #define ADC_CR2_EOCS ADC_CR2_EOCS_Msk /*!< ADC end of unit… macro