Home
last modified time | relevance | path

Searched refs:ADC_SR_EOC (Results 1 – 25 of 91) sorted by relevance

1234

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_adc.h410 #define LL_ADC_FLAG_EOS ADC_SR_EOC /*!< ADC flag ADC group regular end o…
415 #define LL_ADC_FLAG_EOS_MST ADC_SR_EOC /*!< ADC flag ADC multimode master gr…
416 #define LL_ADC_FLAG_EOS_SLV ADC_SR_EOC /*!< ADC flag ADC multimode slave gro…
3653 return (READ_BIT(ADCxy_COMMON->SR, ADC_SR_EOC) == (ADC_SR_EOC)); in LL_ADC_IsActiveFlag_MST_EOS()
Dstm32f1xx_hal_adc.h398 #define ADC_FLAG_EOC ADC_SR_EOC /*!< ADC End of Regular conversion flag */
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_adc.h443 #define ADC_FLAG_EOC ((uint32_t)ADC_SR_EOC)
Dstm32f2xx_ll_adc.h489 #define LL_ADC_FLAG_EOCS ADC_SR_EOC /*!< ADC flag ADC group regular end o…
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_adc.h452 #define ADC_FLAG_EOC ((uint32_t)ADC_SR_EOC)
Dstm32f4xx_ll_adc.h503 #define LL_ADC_FLAG_EOCS ADC_SR_EOC /*!< ADC flag ADC group regular end o…
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_adc.h489 #define ADC_FLAG_EOC ((uint32_t)ADC_SR_EOC)
Dstm32f7xx_ll_adc.h499 #define LL_ADC_FLAG_EOCS ADC_SR_EOC /*!< ADC flag ADC group regular end o…
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_adc.h657 #define ADC_FLAG_EOC ADC_SR_EOC /*!< ADC End of Regular conversion flag */
Dstm32l1xx_ll_adc.h570 #define LL_ADC_FLAG_EOCS ADC_SR_EOC /*!< ADC flag ADC group regular end o…
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_adc_ex.h1496 #define ADC_FLAG_EOC ADC_SR_EOC /*!< ADC End of Regular conversion flag */
Dstm32f3xx_ll_adc.h7668 #define LL_ADC_FLAG_EOS ADC_SR_EOC /*!< ADC flag ADC group regular end o…
/hal_stm32-latest/stm32cube/stm32f1xx/soc/
Dstm32f101x6.h3094 #define ADC_SR_EOC (ADC_SR_EOS) macro
Dstm32f101xb.h3156 #define ADC_SR_EOC (ADC_SR_EOS) macro
Dstm32f100xb.h3308 #define ADC_SR_EOC (ADC_SR_EOS) macro
Dstm32f102x6.h3143 #define ADC_SR_EOC (ADC_SR_EOS) macro
Dstm32f100xe.h3655 #define ADC_SR_EOC (ADC_SR_EOS) macro
Dstm32f101xg.h3626 #define ADC_SR_EOC (ADC_SR_EOS) macro
Dstm32f101xe.h3551 #define ADC_SR_EOC (ADC_SR_EOS) macro
Dstm32f102xb.h3197 #define ADC_SR_EOC (ADC_SR_EOS) macro
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f410cx.h743 #define ADC_SR_EOC ADC_SR_EOC_Msk /*!<End of conversio… macro
Dstm32f410rx.h743 #define ADC_SR_EOC ADC_SR_EOC_Msk /*!<End of conversio… macro
Dstm32f410tx.h733 #define ADC_SR_EOC ADC_SR_EOC_Msk /*!<End of conversio… macro
/hal_stm32-latest/stm32cube/stm32l1xx/soc/
Dstm32l152xb.h784 #define ADC_SR_EOC (ADC_SR_EOCS) macro
Dstm32l152xba.h769 #define ADC_SR_EOC (ADC_SR_EOCS) macro

1234