/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_adc.h | 645 #define LL_ADC_FLAG_JQOVF ADC_ISR_JQOVF /*!< ADC flag ADC group injected cont… macro 7468 return ((READ_BIT(ADCx->ISR, LL_ADC_FLAG_JQOVF) == (LL_ADC_FLAG_JQOVF)) ? 1UL : 0UL); in LL_ADC_IsActiveFlag_JQOVF() 7592 WRITE_REG(ADCx->ISR, LL_ADC_FLAG_JQOVF); in LL_ADC_ClearFlag_JQOVF()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_ll_adc.h | 612 #define LL_ADC_FLAG_JQOVF ADC_ISR_JQOVF /*!< ADC flag ADC group injected cont… macro 6356 return ((READ_BIT(ADCx->ISR, LL_ADC_FLAG_JQOVF) == (LL_ADC_FLAG_JQOVF)) ? 1UL : 0UL); in LL_ADC_IsActiveFlag_JQOVF() 6480 WRITE_REG(ADCx->ISR, LL_ADC_FLAG_JQOVF); in LL_ADC_ClearFlag_JQOVF()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_adc.h | 655 #define LL_ADC_FLAG_JQOVF ADC_ISR_JQOVF /*!< ADC flag ADC group injected cont… macro 7402 return ((READ_BIT(ADCx->ISR, LL_ADC_FLAG_JQOVF) == (LL_ADC_FLAG_JQOVF)) ? 1UL : 0UL); in LL_ADC_IsActiveFlag_JQOVF() 7526 WRITE_REG(ADCx->ISR, LL_ADC_FLAG_JQOVF); in LL_ADC_ClearFlag_JQOVF()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_adc.h | 662 #define LL_ADC_FLAG_JQOVF ADC_ISR_JQOVF /*!< ADC flag ADC group injected cont… macro 7383 return ((READ_BIT(ADCx->ISR, LL_ADC_FLAG_JQOVF) == (LL_ADC_FLAG_JQOVF)) ? 1UL : 0UL); in LL_ADC_IsActiveFlag_JQOVF() 7507 WRITE_REG(ADCx->ISR, LL_ADC_FLAG_JQOVF); in LL_ADC_ClearFlag_JQOVF()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_adc.h | 655 #define LL_ADC_FLAG_JQOVF ADC_ISR_JQOVF /*!< ADC flag ADC group injected cont… macro 7042 return ((READ_BIT(ADCx->ISR, LL_ADC_FLAG_JQOVF) == (LL_ADC_FLAG_JQOVF)) ? 1UL : 0UL); in LL_ADC_IsActiveFlag_JQOVF() 7166 WRITE_REG(ADCx->ISR, LL_ADC_FLAG_JQOVF); in LL_ADC_ClearFlag_JQOVF()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_adc.h | 690 #define LL_ADC_FLAG_JQOVF ADC_ISR_JQOVF /*!< ADC flag ADC group injected cont… macro 7285 return ((READ_BIT(ADCx->ISR, LL_ADC_FLAG_JQOVF) == (LL_ADC_FLAG_JQOVF)) ? 1UL : 0UL); in LL_ADC_IsActiveFlag_JQOVF() 7440 WRITE_REG(ADCx->ISR, LL_ADC_FLAG_JQOVF); in LL_ADC_ClearFlag_JQOVF()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_adc.h | 655 #define LL_ADC_FLAG_JQOVF ADC_ISR_JQOVF /*!< ADC flag ADC group injected cont… macro 8343 return ((READ_BIT(ADCx->ISR, LL_ADC_FLAG_JQOVF) == (LL_ADC_FLAG_JQOVF)) ? 1UL : 0UL); in LL_ADC_IsActiveFlag_JQOVF() 8467 WRITE_REG(ADCx->ISR, LL_ADC_FLAG_JQOVF); in LL_ADC_ClearFlag_JQOVF()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_ll_adc.c | 858 | LL_ADC_FLAG_JQOVF in LL_ADC_DeInit() 945 SET_BIT(ADCx->ISR, LL_ADC_FLAG_JQOVF); in LL_ADC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_adc.h | 651 #define LL_ADC_FLAG_JQOVF ADC_ISR_JQOVF /*!< ADC flag ADC group injected cont… macro 7541 return ((READ_BIT(ADCx->ISR, LL_ADC_FLAG_JQOVF) == (LL_ADC_FLAG_JQOVF)) ? 1UL : 0UL); in LL_ADC_IsActiveFlag_JQOVF() 7676 WRITE_REG(ADCx->ISR, LL_ADC_FLAG_JQOVF); in LL_ADC_ClearFlag_JQOVF()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_ll_adc.h | 628 #define LL_ADC_FLAG_JQOVF ADC_ISR_JQOVF /*!< ADC flag ADC group injected cont… macro 6425 return (READ_BIT(ADCx->ISR, LL_ADC_FLAG_JQOVF) == (LL_ADC_FLAG_JQOVF)); in LL_ADC_IsActiveFlag_JQOVF() 6549 WRITE_REG(ADCx->ISR, LL_ADC_FLAG_JQOVF); in LL_ADC_ClearFlag_JQOVF()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_adc.c | 555 | LL_ADC_FLAG_JQOVF in LL_ADC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_adc.c | 555 | LL_ADC_FLAG_JQOVF in LL_ADC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_ll_adc.c | 563 | LL_ADC_FLAG_JQOVF in LL_ADC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_adc.c | 607 | LL_ADC_FLAG_JQOVF in LL_ADC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_ll_adc.c | 579 | LL_ADC_FLAG_JQOVF in LL_ADC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_ll_adc.c | 595 | LL_ADC_FLAG_JQOVF in LL_ADC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_adc.c | 603 | LL_ADC_FLAG_JQOVF in LL_ADC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_ll_adc.c | 913 | LL_ADC_FLAG_JQOVF in LL_ADC_DeInit()
|