Home
last modified time | relevance | path

Searched refs:LL_ADC_IsEnabled (Results 1 – 25 of 79) sorted by relevance

1234

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_adc_ex.c121 if (LL_ADC_IsEnabled(hadc->Instance) == 0UL) in HAL_ADCEx_Calibration_Start()
176 while (LL_ADC_IsEnabled(hadc->Instance) != 0UL) in HAL_ADCEx_Calibration_Start()
181 if (LL_ADC_IsEnabled(hadc->Instance) != 0UL) in HAL_ADCEx_Calibration_Start()
251 if ((LL_ADC_IsEnabled(hadc->Instance) != 0UL) in HAL_ADCEx_Calibration_SetValue()
356 if (LL_ADC_IsEnabled(hadc->Instance) == 0UL) in HAL_ADCEx_DisableVoltageRegulator()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_adc_ex.c124 if (LL_ADC_IsEnabled(hadc->Instance) == 0UL) in HAL_ADCEx_Calibration_Start()
201 while (LL_ADC_IsEnabled(hadc->Instance) != 0UL) in HAL_ADCEx_Calibration_Start()
206 if (LL_ADC_IsEnabled(hadc->Instance) != 0UL) in HAL_ADCEx_Calibration_Start()
276 if ((LL_ADC_IsEnabled(hadc->Instance) != 0UL) in HAL_ADCEx_Calibration_SetValue()
381 if (LL_ADC_IsEnabled(hadc->Instance) == 0UL) in HAL_ADCEx_DisableVoltageRegulator()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_adc_ex.c128 if (LL_ADC_IsEnabled(hadc->Instance) == 0UL) in HAL_ADCEx_Calibration_Start()
204 while (LL_ADC_IsEnabled(hadc->Instance) != 0UL) in HAL_ADCEx_Calibration_Start()
209 if (LL_ADC_IsEnabled(hadc->Instance) != 0UL) in HAL_ADCEx_Calibration_Start()
282 if ((LL_ADC_IsEnabled(hadc->Instance) != 0UL) in HAL_ADCEx_Calibration_SetValue()
389 if (LL_ADC_IsEnabled(hadc->Instance) == 0UL) in HAL_ADCEx_DisableVoltageRegulator()
Dstm32c0xx_hal_adc.c540 if (LL_ADC_IsEnabled(hadc->Instance) == 0UL) in HAL_ADC_Init()
1701 if (LL_ADC_IsEnabled(hadc->Instance) != 0UL) in HAL_ADC_Start_DMA()
2506 if (LL_ADC_IsEnabled(hadc->Instance) != 0UL) in HAL_ADC_AnalogWDGConfig()
2801 if (LL_ADC_IsEnabled(hadc->Instance) == 0UL) in ADC_Enable()
2851 if (LL_ADC_IsEnabled(hadc->Instance) == 0UL) in ADC_Enable()
2889 if ((LL_ADC_IsEnabled(hadc->Instance) != 0UL) in ADC_Disable()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_adc_ex.c124 if (LL_ADC_IsEnabled(hadc->Instance) == 0UL) in HAL_ADCEx_Calibration_Start()
201 while (LL_ADC_IsEnabled(hadc->Instance) != 0UL) in HAL_ADCEx_Calibration_Start()
206 if (LL_ADC_IsEnabled(hadc->Instance) != 0UL) in HAL_ADCEx_Calibration_Start()
276 if ((LL_ADC_IsEnabled(hadc->Instance) != 0UL) in HAL_ADCEx_Calibration_SetValue()
381 if (LL_ADC_IsEnabled(hadc->Instance) == 0UL) in HAL_ADCEx_DisableVoltageRegulator()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_adc.c762 if(LL_ADC_IsEnabled(ADCx) == 1U) in LL_ADC_DeInit()
1037 if(LL_ADC_IsEnabled(ADCx) == 0U) in LL_ADC_Init()
1133 if(LL_ADC_IsEnabled(ADCx) == 0U) in LL_ADC_REG_Init()
1275 if(LL_ADC_IsEnabled(ADCx) == 0U) in LL_ADC_INJ_Init()
1522 if(LL_ADC_IsEnabled(ADCx) == 1U) in LL_ADC_DeInit()
1677 if(LL_ADC_IsEnabled(ADCx) == 0U) in LL_ADC_Init()
1778 if(LL_ADC_IsEnabled(ADCx) == 0U) in LL_ADC_REG_Init()
1907 if(LL_ADC_IsEnabled(ADCx) == 0U) in LL_ADC_INJ_Init()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_adc_ex.c244 while (LL_ADC_IsEnabled(hadc->Instance) != 0UL) in HAL_ADCEx_Calibration_Start()
249 if (LL_ADC_IsEnabled(hadc->Instance) != 0UL) in HAL_ADCEx_Calibration_Start()
357 if ((LL_ADC_IsEnabled(hadc->Instance) != 0UL) in HAL_ADCEx_Calibration_SetValue()
1569 if (LL_ADC_IsEnabled(hadc->Instance) == 0UL) in HAL_ADCEx_InjectedConfigChannel()
1757 if (LL_ADC_IsEnabled(hadc->Instance) == 0UL) in HAL_ADCEx_DisableVoltageRegulator()
1797 if (LL_ADC_IsEnabled(hadc->Instance) == 0UL) in HAL_ADCEx_EnterADCDeepPowerDownMode()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_adc_ex.c119 if (LL_ADC_IsEnabled(hadc->Instance) == 0UL) in HAL_ADCEx_Calibration_Start()
217 if ((LL_ADC_IsEnabled(hadc->Instance) != 0UL) in HAL_ADCEx_Calibration_SetValue()
322 if (LL_ADC_IsEnabled(hadc->Instance) == 0UL) in HAL_ADCEx_DisableVoltageRegulator()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_adc_ex.c328 if ((LL_ADC_IsEnabled(hadc->Instance) != 0UL) in HAL_ADCEx_Calibration_SetValue()
1817 if (LL_ADC_IsEnabled(hadc->Instance) != 0UL) in HAL_ADCEx_InjectedConfigChannel()
2053 if (LL_ADC_IsEnabled(hadc->Instance) == 0UL) in HAL_ADCEx_InjectedConfigChannel()
2172 if (LL_ADC_IsEnabled(hadc->Instance) != 0UL) in HAL_ADCEx_MultiModeConfigChannel()
2174 if (LL_ADC_IsEnabled(tmphadcSlave.Instance) != 0UL) in HAL_ADCEx_MultiModeConfigChannel()
2272 if (LL_ADC_IsEnabled(hadc->Instance) == 0UL) in HAL_ADCEx_EnterADCDeepPowerDownMode()
2313 if (LL_ADC_IsEnabled(hadc->Instance) != 0UL) in ADC_Calibration_MeasureOffset()
Dstm32n6xx_ll_adc.c464 if (LL_ADC_IsEnabled(ADCx) == 1UL) in LL_ADC_DeInit()
742 if (LL_ADC_IsEnabled(ADCx) == 0UL) in LL_ADC_Init()
839 if (LL_ADC_IsEnabled(ADCx) == 0UL) in LL_ADC_REG_Init()
969 if (LL_ADC_IsEnabled(ADCx) == 0UL) in LL_ADC_INJ_Init()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_adc.h1434 (LL_ADC_IsEnabled(ADC1) | \
1435 LL_ADC_IsEnabled(ADC2) ) \
1439 LL_ADC_IsEnabled(ADC3) \
1444 (LL_ADC_IsEnabled(ADC1) | \
1445 LL_ADC_IsEnabled(ADC2) )
1448 LL_ADC_IsEnabled(ADC1)
3266 __STATIC_INLINE uint32_t LL_ADC_IsEnabled(ADC_TypeDef *ADCx) in LL_ADC_IsEnabled() function
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_adc.c396 if(LL_ADC_IsEnabled(ADCx) == 1U) in LL_ADC_DeInit()
567 if(LL_ADC_IsEnabled(ADCx) == 0U) in LL_ADC_Init()
671 if(LL_ADC_IsEnabled(ADCx) == 0U) in LL_ADC_REG_Init()
804 if(LL_ADC_IsEnabled(ADCx) == 0U) in LL_ADC_INJ_Init()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_adc.c420 if(LL_ADC_IsEnabled(ADCx) == 1U) in LL_ADC_DeInit()
584 if(LL_ADC_IsEnabled(ADCx) == 0U) in LL_ADC_Init()
688 if(LL_ADC_IsEnabled(ADCx) == 0U) in LL_ADC_REG_Init()
819 if(LL_ADC_IsEnabled(ADCx) == 0U) in LL_ADC_INJ_Init()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_adc.c434 if (LL_ADC_IsEnabled(ADCx) == 1UL) in LL_ADC_DeInit()
598 if (LL_ADC_IsEnabled(ADCx) == 0UL) in LL_ADC_Init()
702 if (LL_ADC_IsEnabled(ADCx) == 0UL) in LL_ADC_REG_Init()
831 if (LL_ADC_IsEnabled(ADCx) == 0UL) in LL_ADC_INJ_Init()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_adc.c442 if(LL_ADC_IsEnabled(ADCx) == 1U) in LL_ADC_DeInit()
606 if(LL_ADC_IsEnabled(ADCx) == 0U) in LL_ADC_Init()
710 if(LL_ADC_IsEnabled(ADCx) == 0U) in LL_ADC_REG_Init()
841 if(LL_ADC_IsEnabled(ADCx) == 0U) in LL_ADC_INJ_Init()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_adc.c372 if(LL_ADC_IsEnabled(ADCx) == 1U) in LL_ADC_DeInit()
592 if(LL_ADC_IsEnabled(ADCx) == 0U) in LL_ADC_Init()
703 if(LL_ADC_IsEnabled(ADCx) == 0U) in LL_ADC_REG_Init()
834 if(LL_ADC_IsEnabled(ADCx) == 0U) in LL_ADC_INJ_Init()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_ll_adc.c209 if(LL_ADC_IsEnabled(ADCx) == 1U) in LL_ADC_DeInit()
382 if(LL_ADC_IsEnabled(ADCx) == 0U) in LL_ADC_Init()
482 if(LL_ADC_IsEnabled(ADCx) == 0U) in LL_ADC_REG_Init()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_adc.c466 if (LL_ADC_IsEnabled(ADCx) == 1UL) in LL_ADC_DeInit()
734 if (LL_ADC_IsEnabled(ADCx) == 0UL) in LL_ADC_Init()
832 if (LL_ADC_IsEnabled(ADCx) == 0UL) in LL_ADC_REG_Init()
969 if (LL_ADC_IsEnabled(ADCx) == 0UL) in LL_ADC_INJ_Init()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_adc.c466 if (LL_ADC_IsEnabled(ADCx) == 1UL) in LL_ADC_DeInit()
734 if (LL_ADC_IsEnabled(ADCx) == 0UL) in LL_ADC_Init()
832 if (LL_ADC_IsEnabled(ADCx) == 0UL) in LL_ADC_REG_Init()
969 if (LL_ADC_IsEnabled(ADCx) == 0UL) in LL_ADC_INJ_Init()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_adc.c474 if (LL_ADC_IsEnabled(ADCx) == 1UL) in LL_ADC_DeInit()
747 if (LL_ADC_IsEnabled(ADCx) == 0UL) in LL_ADC_Init()
845 if (LL_ADC_IsEnabled(ADCx) == 0UL) in LL_ADC_REG_Init()
984 if (LL_ADC_IsEnabled(ADCx) == 0UL) in LL_ADC_INJ_Init()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_adc.c518 if (LL_ADC_IsEnabled(ADCx) == 1UL) in LL_ADC_DeInit()
791 if (LL_ADC_IsEnabled(ADCx) == 0UL) in LL_ADC_Init()
889 if (LL_ADC_IsEnabled(ADCx) == 0UL) in LL_ADC_REG_Init()
1026 if (LL_ADC_IsEnabled(ADCx) == 0UL) in LL_ADC_INJ_Init()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_adc.c480 if (LL_ADC_IsEnabled(ADCx) == 1UL) in LL_ADC_DeInit()
765 if (LL_ADC_IsEnabled(ADCx) == 0UL) in LL_ADC_Init()
862 if (LL_ADC_IsEnabled(ADCx) == 0UL) in LL_ADC_REG_Init()
997 if (LL_ADC_IsEnabled(ADCx) == 0UL) in LL_ADC_INJ_Init()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_adc.h3278 (LL_ADC_IsEnabled(ADC1) | \
3279 LL_ADC_IsEnabled(ADC2) ) \
3283 (LL_ADC_IsEnabled(ADC3) | \
3284 LL_ADC_IsEnabled(ADC4) | \
3285 LL_ADC_IsEnabled(ADC5) ) \
3292 (LL_ADC_IsEnabled(ADC1) | \
3293 LL_ADC_IsEnabled(ADC2) ) \
3296 (LL_ADC_IsEnabled(ADC3)) \
3301 (LL_ADC_IsEnabled(ADC1) | LL_ADC_IsEnabled(ADC2))
7744 __STATIC_INLINE uint32_t LL_ADC_IsEnabled(const ADC_TypeDef *ADCx) in LL_ADC_IsEnabled() function
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_adc.h1536 (LL_ADC_IsEnabled(ADC1) | \
1537 LL_ADC_IsEnabled(ADC2) | \
1538 LL_ADC_IsEnabled(ADC3) )
1541 (LL_ADC_IsEnabled(ADC1) | \
1542 LL_ADC_IsEnabled(ADC2) )
1545 (LL_ADC_IsEnabled(ADC1))
3733 __STATIC_INLINE uint32_t LL_ADC_IsEnabled(ADC_TypeDef *ADCx) in LL_ADC_IsEnabled() function
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_adc.h1552 (LL_ADC_IsEnabled(ADC1) | \
1553 LL_ADC_IsEnabled(ADC2) | \
1554 LL_ADC_IsEnabled(ADC3) )
1557 (LL_ADC_IsEnabled(ADC1) | \
1558 LL_ADC_IsEnabled(ADC2) )
1561 (LL_ADC_IsEnabled(ADC1))
3844 __STATIC_INLINE uint32_t LL_ADC_IsEnabled(ADC_TypeDef *ADCx) in LL_ADC_IsEnabled() function

1234