/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_ll_adc.h | 412 #define LL_ADC_FLAG_JEOS ADC_SR_JEOC /*!< ADC flag ADC group injected end … macro 3583 return (READ_BIT(ADCx->SR, LL_ADC_FLAG_JEOS) == (LL_ADC_FLAG_JEOS)); in LL_ADC_IsActiveFlag_JEOS() 3625 WRITE_REG(ADCx->SR, ~LL_ADC_FLAG_JEOS); in LL_ADC_ClearFlag_JEOS()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_ll_adc.h | 627 #define LL_ADC_FLAG_JEOS ADC_ISR_JEOS /*!< ADC flag ADC group injected end … macro 6414 return (READ_BIT(ADCx->ISR, LL_ADC_FLAG_JEOS) == (LL_ADC_FLAG_JEOS)); in LL_ADC_IsActiveFlag_JEOS() 6538 WRITE_REG(ADCx->ISR, LL_ADC_FLAG_JEOS); in LL_ADC_ClearFlag_JEOS() 7670 #define LL_ADC_FLAG_JEOS ADC_SR_JEOC /*!< ADC flag ADC group injected end … macro 10579 return (READ_BIT(ADCx->SR, LL_ADC_FLAG_JEOS) == (LL_ADC_FLAG_JEOS)); in LL_ADC_IsActiveFlag_JEOS() 10621 WRITE_REG(ADCx->SR, ~LL_ADC_FLAG_JEOS); in LL_ADC_ClearFlag_JEOS()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_ll_adc.h | 492 #define LL_ADC_FLAG_JEOS ADC_SR_JEOC /*!< ADC flag ADC group injected end … macro 4158 return (READ_BIT(ADCx->SR, LL_ADC_FLAG_JEOS) == (LL_ADC_FLAG_JEOS)); in LL_ADC_IsActiveFlag_JEOS() 4211 WRITE_REG(ADCx->SR, ~LL_ADC_FLAG_JEOS); in LL_ADC_ClearFlag_JEOS()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_ll_adc.h | 502 #define LL_ADC_FLAG_JEOS ADC_SR_JEOC /*!< ADC flag ADC group injected end … macro 4269 return (READ_BIT(ADCx->SR, LL_ADC_FLAG_JEOS) == (LL_ADC_FLAG_JEOS)); in LL_ADC_IsActiveFlag_JEOS() 4322 WRITE_REG(ADCx->SR, ~LL_ADC_FLAG_JEOS); in LL_ADC_ClearFlag_JEOS()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_ll_adc.h | 506 #define LL_ADC_FLAG_JEOS ADC_SR_JEOC /*!< ADC flag ADC group injected end … macro 4319 return (READ_BIT(ADCx->SR, LL_ADC_FLAG_JEOS) == (LL_ADC_FLAG_JEOS)); in LL_ADC_IsActiveFlag_JEOS() 4372 WRITE_REG(ADCx->SR, ~LL_ADC_FLAG_JEOS); in LL_ADC_ClearFlag_JEOS()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_ll_adc.h | 573 #define LL_ADC_FLAG_JEOS ADC_SR_JEOC /*!< ADC flag ADC group injected end … macro 4914 return (READ_BIT(ADCx->SR, LL_ADC_FLAG_JEOS) == (LL_ADC_FLAG_JEOS)); in LL_ADC_IsActiveFlag_JEOS() 4967 WRITE_REG(ADCx->SR, ~LL_ADC_FLAG_JEOS); in LL_ADC_ClearFlag_JEOS()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_adc.h | 692 #define LL_ADC_FLAG_JEOS ADC_ISR_JEOS /*!< ADC flag ADC group injected end … macro 6796 return ((READ_BIT(ADCx->ISR, LL_ADC_FLAG_JEOS) == (LL_ADC_FLAG_JEOS)) ? 1UL : 0UL); in LL_ADC_IsActiveFlag_JEOS() 6909 WRITE_REG(ADCx->ISR, LL_ADC_FLAG_JEOS); in LL_ADC_ClearFlag_JEOS()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_adc.h | 643 #define LL_ADC_FLAG_JEOS ADC_ISR_JEOS /*!< ADC flag ADC group injected end … macro 7457 return ((READ_BIT(ADCx->ISR, LL_ADC_FLAG_JEOS) == (LL_ADC_FLAG_JEOS)) ? 1UL : 0UL); in LL_ADC_IsActiveFlag_JEOS() 7581 WRITE_REG(ADCx->ISR, LL_ADC_FLAG_JEOS); in LL_ADC_ClearFlag_JEOS()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_ll_adc.h | 611 #define LL_ADC_FLAG_JEOS ADC_ISR_JEOS /*!< ADC flag ADC group injected end … macro 6345 return ((READ_BIT(ADCx->ISR, LL_ADC_FLAG_JEOS) == (LL_ADC_FLAG_JEOS)) ? 1UL : 0UL); in LL_ADC_IsActiveFlag_JEOS() 6469 WRITE_REG(ADCx->ISR, LL_ADC_FLAG_JEOS); in LL_ADC_ClearFlag_JEOS()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_adc.h | 653 #define LL_ADC_FLAG_JEOS ADC_ISR_JEOS /*!< ADC flag ADC group injected end … macro 7391 return ((READ_BIT(ADCx->ISR, LL_ADC_FLAG_JEOS) == (LL_ADC_FLAG_JEOS)) ? 1UL : 0UL); in LL_ADC_IsActiveFlag_JEOS() 7515 WRITE_REG(ADCx->ISR, LL_ADC_FLAG_JEOS); in LL_ADC_ClearFlag_JEOS()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_adc.h | 660 #define LL_ADC_FLAG_JEOS ADC_ISR_JEOS /*!< ADC flag ADC group injected end … macro 7372 return ((READ_BIT(ADCx->ISR, LL_ADC_FLAG_JEOS) == (LL_ADC_FLAG_JEOS)) ? 1UL : 0UL); in LL_ADC_IsActiveFlag_JEOS() 7496 WRITE_REG(ADCx->ISR, LL_ADC_FLAG_JEOS); in LL_ADC_ClearFlag_JEOS()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_adc.h | 653 #define LL_ADC_FLAG_JEOS ADC_ISR_JEOS /*!< ADC flag ADC group injected end … macro 7031 return ((READ_BIT(ADCx->ISR, LL_ADC_FLAG_JEOS) == (LL_ADC_FLAG_JEOS)) ? 1UL : 0UL); in LL_ADC_IsActiveFlag_JEOS() 7155 WRITE_REG(ADCx->ISR, LL_ADC_FLAG_JEOS); in LL_ADC_ClearFlag_JEOS()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_adc.h | 689 #define LL_ADC_FLAG_JEOS ADC_ISR_JEOS /*!< ADC flag ADC group injected end … macro 7274 return ((READ_BIT(ADCx->ISR, LL_ADC_FLAG_JEOS) == (LL_ADC_FLAG_JEOS)) ? 1UL : 0UL); in LL_ADC_IsActiveFlag_JEOS() 7429 WRITE_REG(ADCx->ISR, LL_ADC_FLAG_JEOS); in LL_ADC_ClearFlag_JEOS()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_adc.h | 653 #define LL_ADC_FLAG_JEOS ADC_ISR_JEOS /*!< ADC flag ADC group injected end … macro 8332 return ((READ_BIT(ADCx->ISR, LL_ADC_FLAG_JEOS) == (LL_ADC_FLAG_JEOS)) ? 1UL : 0UL); in LL_ADC_IsActiveFlag_JEOS() 8456 WRITE_REG(ADCx->ISR, LL_ADC_FLAG_JEOS); in LL_ADC_ClearFlag_JEOS()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_ll_adc.c | 857 | LL_ADC_FLAG_JEOS in LL_ADC_DeInit() 1548 | LL_ADC_FLAG_JEOS in LL_ADC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_adc.h | 790 #define LL_ADC_FLAG_JEOS ADC_ISR_JEOS /*!< ADC flag ADC group injected end of seq… macro 8483 return ((READ_BIT(ADCx->ISR, LL_ADC_FLAG_JEOS) == (LL_ADC_FLAG_JEOS)) ? 1UL : 0UL); in LL_ADC_IsActiveFlag_JEOS() 8610 WRITE_REG(ADCx->ISR, LL_ADC_FLAG_JEOS); in LL_ADC_ClearFlag_JEOS()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_adc.h | 650 #define LL_ADC_FLAG_JEOS ADC_ISR_JEOS /*!< ADC flag ADC group injected end … macro 7530 return ((READ_BIT(ADCx->ISR, LL_ADC_FLAG_JEOS) == (LL_ADC_FLAG_JEOS)) ? 1UL : 0UL); in LL_ADC_IsActiveFlag_JEOS() 7665 WRITE_REG(ADCx->ISR, LL_ADC_FLAG_JEOS); in LL_ADC_ClearFlag_JEOS()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_ll_adc.c | 422 | LL_ADC_FLAG_JEOS in LL_ADC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_ll_adc.c | 447 | LL_ADC_FLAG_JEOS in LL_ADC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_adc.c | 461 | LL_ADC_FLAG_JEOS in LL_ADC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_ll_adc.c | 469 | LL_ADC_FLAG_JEOS in LL_ADC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_ll_adc.c | 399 | LL_ADC_FLAG_JEOS in LL_ADC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_adc.c | 554 | LL_ADC_FLAG_JEOS in LL_ADC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_ll_adc.c | 546 | LL_ADC_FLAG_JEOS in LL_ADC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_adc.c | 554 | LL_ADC_FLAG_JEOS in LL_ADC_DeInit()
|