Home
last modified time | relevance | path

Searched refs:LL_ADC_FLAG_JQOVF (Results 1 – 18 of 18) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_adc.h645 #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/
Dstm32mp1xx_ll_adc.h612 #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/
Dstm32h7rsxx_ll_adc.h655 #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/
Dstm32l4xx_ll_adc.h662 #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/
Dstm32l5xx_ll_adc.h655 #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/
Dstm32wbxx_ll_adc.h690 #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/
Dstm32g4xx_ll_adc.h655 #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/
Dstm32f3xx_ll_adc.c858 | 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/
Dstm32h7xx_ll_adc.h651 #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/
Dstm32f3xx_ll_adc.h628 #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/
Dstm32l5xx_ll_adc.c555 | LL_ADC_FLAG_JQOVF in LL_ADC_DeInit()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_adc.c555 | LL_ADC_FLAG_JQOVF in LL_ADC_DeInit()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_adc.c563 | LL_ADC_FLAG_JQOVF in LL_ADC_DeInit()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_adc.c607 | LL_ADC_FLAG_JQOVF in LL_ADC_DeInit()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_adc.c579 | LL_ADC_FLAG_JQOVF in LL_ADC_DeInit()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_adc.c595 | LL_ADC_FLAG_JQOVF in LL_ADC_DeInit()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_adc.c603 | LL_ADC_FLAG_JQOVF in LL_ADC_DeInit()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_adc.c913 | LL_ADC_FLAG_JQOVF in LL_ADC_DeInit()