/hal_stm32-3.7.0/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_ll_adc.h | 653 #define LL_ADC_IT_JEOC ADC_IER_JEOCIE /*!< ADC interruption ADC group injec… macro 6853 SET_BIT(ADCx->IER, LL_ADC_IT_JEOC); in LL_ADC_EnableIT_JEOC() 6974 CLEAR_BIT(ADCx->IER, LL_ADC_IT_JEOC); in LL_ADC_DisableIT_JEOC() 7101 return ((READ_BIT(ADCx->IER, LL_ADC_IT_JEOC) == (LL_ADC_IT_JEOC)) ? 1UL : 0UL); in LL_ADC_IsEnabledIT_JEOC()
|
/hal_stm32-3.7.0/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_adc.h | 710 #define LL_ADC_IT_JEOC ADC_IER_JEOCIE /*!< ADC interruption ADC group injec… macro 7965 SET_BIT(ADCx->IER, LL_ADC_IT_JEOC); in LL_ADC_EnableIT_JEOC() 8086 CLEAR_BIT(ADCx->IER, LL_ADC_IT_JEOC); in LL_ADC_DisableIT_JEOC() 8213 return ((READ_BIT(ADCx->IER, LL_ADC_IT_JEOC) == (LL_ADC_IT_JEOC)) ? 1UL : 0UL); in LL_ADC_IsEnabledIT_JEOC()
|
/hal_stm32-3.7.0/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_adc.h | 720 #define LL_ADC_IT_JEOC ADC_IER_JEOCIE /*!< ADC interruption ADC group injec… macro 7899 SET_BIT(ADCx->IER, LL_ADC_IT_JEOC); in LL_ADC_EnableIT_JEOC() 8020 CLEAR_BIT(ADCx->IER, LL_ADC_IT_JEOC); in LL_ADC_DisableIT_JEOC() 8147 return ((READ_BIT(ADCx->IER, LL_ADC_IT_JEOC) == (LL_ADC_IT_JEOC)) ? 1UL : 0UL); in LL_ADC_IsEnabledIT_JEOC()
|
/hal_stm32-3.7.0/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_adc.h | 720 #define LL_ADC_IT_JEOC ADC_IER_JEOCIE /*!< ADC interruption ADC group injec… macro 7539 SET_BIT(ADCx->IER, LL_ADC_IT_JEOC); in LL_ADC_EnableIT_JEOC() 7660 CLEAR_BIT(ADCx->IER, LL_ADC_IT_JEOC); in LL_ADC_DisableIT_JEOC() 7787 return ((READ_BIT(ADCx->IER, LL_ADC_IT_JEOC) == (LL_ADC_IT_JEOC)) ? 1UL : 0UL); in LL_ADC_IsEnabledIT_JEOC()
|
/hal_stm32-3.7.0/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_adc.h | 727 #define LL_ADC_IT_JEOC ADC_IER_JEOCIE /*!< ADC interruption ADC group injec… macro 7880 SET_BIT(ADCx->IER, LL_ADC_IT_JEOC); in LL_ADC_EnableIT_JEOC() 8001 CLEAR_BIT(ADCx->IER, LL_ADC_IT_JEOC); in LL_ADC_DisableIT_JEOC() 8128 return ((READ_BIT(ADCx->IER, LL_ADC_IT_JEOC) == (LL_ADC_IT_JEOC)) ? 1UL : 0UL); in LL_ADC_IsEnabledIT_JEOC()
|
/hal_stm32-3.7.0/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_adc.h | 720 #define LL_ADC_IT_JEOC ADC_IER_JEOCIE /*!< ADC interruption ADC group injec… macro 8840 SET_BIT(ADCx->IER, LL_ADC_IT_JEOC); in LL_ADC_EnableIT_JEOC() 8961 CLEAR_BIT(ADCx->IER, LL_ADC_IT_JEOC); in LL_ADC_DisableIT_JEOC() 9088 return ((READ_BIT(ADCx->IER, LL_ADC_IT_JEOC) == (LL_ADC_IT_JEOC)) ? 1UL : 0UL); in LL_ADC_IsEnabledIT_JEOC()
|
/hal_stm32-3.7.0/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_adc.h | 714 #define LL_ADC_IT_JEOC ADC_IER_JEOCIE /*!< ADC interruption ADC group injec… macro 7578 SET_BIT(ADCx->IER, LL_ADC_IT_JEOC); in LL_ADC_EnableIT_JEOC() 7730 CLEAR_BIT(ADCx->IER, LL_ADC_IT_JEOC); in LL_ADC_DisableIT_JEOC() 7888 return ((READ_BIT(ADCx->IER, LL_ADC_IT_JEOC) == (LL_ADC_IT_JEOC)) ? 1UL : 0UL); in LL_ADC_IsEnabledIT_JEOC()
|
/hal_stm32-3.7.0/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_adc.h | 691 #define LL_ADC_IT_JEOC ADC_IER_JEOCIE /*!< ADC interruption ADC group injec… macro 8047 SET_BIT(ADCx->IER, LL_ADC_IT_JEOC); in LL_ADC_EnableIT_JEOC() 8168 CLEAR_BIT(ADCx->IER, LL_ADC_IT_JEOC); in LL_ADC_DisableIT_JEOC() 8295 return ((READ_BIT(ADCx->IER, LL_ADC_IT_JEOC) == (LL_ADC_IT_JEOC)) ? 1UL : 0UL); in LL_ADC_IsEnabledIT_JEOC()
|
/hal_stm32-3.7.0/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_adc.h | 849 #define LL_ADC_IT_JEOC ADC_IER_JEOCIE /*!< ADC interruption ADC group injected… macro 8770 SET_BIT(ADCx->IER, LL_ADC_IT_JEOC); in LL_ADC_EnableIT_JEOC() 8891 CLEAR_BIT(ADCx->IER, LL_ADC_IT_JEOC); in LL_ADC_DisableIT_JEOC() 9018 return ((READ_BIT(ADCx->IER, LL_ADC_IT_JEOC) == (LL_ADC_IT_JEOC)) ? 1UL : 0UL); in LL_ADC_IsEnabledIT_JEOC()
|
/hal_stm32-3.7.0/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_ll_adc.h | 669 #define LL_ADC_IT_JEOC ADC_IER_JEOCIE /*!< ADC interruption ADC group injec… macro 6922 SET_BIT(ADCx->IER, LL_ADC_IT_JEOC); in LL_ADC_EnableIT_JEOC() 7043 CLEAR_BIT(ADCx->IER, LL_ADC_IT_JEOC); in LL_ADC_DisableIT_JEOC() 7170 return (READ_BIT(ADCx->IER, LL_ADC_IT_JEOC) == (LL_ADC_IT_JEOC)); in LL_ADC_IsEnabledIT_JEOC()
|
/hal_stm32-3.7.0/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_ll_adc.c | 545 | LL_ADC_IT_JEOC in LL_ADC_DeInit()
|
/hal_stm32-3.7.0/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_adc.c | 537 | LL_ADC_IT_JEOC in LL_ADC_DeInit()
|
/hal_stm32-3.7.0/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_adc.c | 547 | LL_ADC_IT_JEOC in LL_ADC_DeInit()
|
/hal_stm32-3.7.0/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_ll_adc.c | 561 | LL_ADC_IT_JEOC in LL_ADC_DeInit()
|
/hal_stm32-3.7.0/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_adc.c | 589 | LL_ADC_IT_JEOC in LL_ADC_DeInit()
|
/hal_stm32-3.7.0/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_adc.c | 585 | LL_ADC_IT_JEOC in LL_ADC_DeInit()
|
/hal_stm32-3.7.0/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_ll_adc.c | 572 | LL_ADC_IT_JEOC in LL_ADC_DeInit()
|
/hal_stm32-3.7.0/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_ll_adc.c | 585 | LL_ADC_IT_JEOC in LL_ADC_DeInit()
|
/hal_stm32-3.7.0/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_ll_adc.c | 895 | LL_ADC_IT_JEOC in LL_ADC_DeInit()
|
/hal_stm32-3.7.0/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_ll_adc.c | 841 | LL_ADC_IT_JEOC in LL_ADC_DeInit()
|