Searched refs:LL_ADC_FLAG_EOCAL (Results 1 – 10 of 10) sorted by relevance
/hal_stm32-3.4.0/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_ll_adc.h | 372 #define LL_ADC_FLAG_EOCAL ADC_ISR_EOCAL /*!< ADC flag end of calibration */ macro 3694 return (READ_BIT(ADCx->ISR, LL_ADC_FLAG_EOCAL) == (LL_ADC_FLAG_EOCAL)); in LL_ADC_IsActiveFlag_EOCAL() 3774 WRITE_REG(ADCx->ISR, LL_ADC_FLAG_EOCAL); in LL_ADC_ClearFlag_EOCAL()
|
/hal_stm32-3.4.0/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_adc.h | 475 #define LL_ADC_FLAG_EOCAL ADC_ISR_EOCAL /*!< ADC flag end of calibration */ macro 4659 return ((READ_BIT(ADCx->ISR, LL_ADC_FLAG_EOCAL) == (LL_ADC_FLAG_EOCAL)) ? 1UL : 0UL); in LL_ADC_IsActiveFlag_EOCAL() 4772 WRITE_REG(ADCx->ISR, LL_ADC_FLAG_EOCAL); in LL_ADC_ClearFlag_EOCAL()
|
/hal_stm32-3.4.0/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_ll_adc.h | 452 #define LL_ADC_FLAG_EOCAL ADC_ISR_EOCAL /*!< ADC flag end of calibration */ macro 4654 return ((READ_BIT(ADCx->ISR, LL_ADC_FLAG_EOCAL) == (LL_ADC_FLAG_EOCAL)) ? 1UL : 0UL); in LL_ADC_IsActiveFlag_EOCAL() 4768 WRITE_REG(ADCx->ISR, LL_ADC_FLAG_EOCAL); in LL_ADC_ClearFlag_EOCAL()
|
/hal_stm32-3.4.0/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_adc.h | 478 #define LL_ADC_FLAG_EOCAL ADC_ISR_EOCAL /*!< ADC flag end of calibration */ macro 4908 return ((READ_BIT(ADCx->ISR, LL_ADC_FLAG_EOCAL) == (LL_ADC_FLAG_EOCAL)) ? 1UL : 0UL); in LL_ADC_IsActiveFlag_EOCAL() 5021 WRITE_REG(ADCx->ISR, LL_ADC_FLAG_EOCAL); in LL_ADC_ClearFlag_EOCAL()
|
/hal_stm32-3.4.0/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_adc.h | 695 #define LL_ADC_FLAG_EOCAL ADC_ISR_EOCAL /*!< ADC flag end of calibration */ macro 7331 return ((READ_BIT(ADCx->ISR, LL_ADC_FLAG_EOCAL) == (LL_ADC_FLAG_EOCAL)) ? 1UL : 0UL); in LL_ADC_IsActiveFlag_EOCAL() 7486 WRITE_REG(ADCx->ISR, LL_ADC_FLAG_EOCAL); in LL_ADC_ClearFlag_EOCAL()
|
/hal_stm32-3.4.0/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_ll_adc.c | 386 | LL_ADC_FLAG_EOCAL in LL_ADC_DeInit()
|
/hal_stm32-3.4.0/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_ll_adc.c | 392 | LL_ADC_FLAG_EOCAL in LL_ADC_DeInit()
|
/hal_stm32-3.4.0/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_ll_adc.c | 422 | LL_ADC_FLAG_EOCAL in LL_ADC_DeInit()
|
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_ll_adc.c | 738 | LL_ADC_FLAG_EOCAL in LL_ADC_DeInit()
|
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_adc.h | 794 #define LL_ADC_FLAG_EOCAL ADC_ISR_EOCAL /*!< ADC flag end of calibration */ macro
|