Home
last modified time | relevance | path

Searched refs:ADC_CR_ADVREGEN (Results 1 – 25 of 189) sorted by relevance

12345678

/hal_stm32-3.4.0/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_adc.h3312 ADC_CR_ADVREGEN); in LL_ADC_EnableInternalRegulator()
3326 CLEAR_BIT(ADCx->CR, (ADC_CR_ADVREGEN | ADC_CR_BITS_PROPERTY_RS)); in LL_ADC_DisableInternalRegulator()
3337 return (READ_BIT(ADCx->CR, ADC_CR_ADVREGEN) == (ADC_CR_ADVREGEN)); in LL_ADC_IsInternalRegulatorEnabled()
/hal_stm32-3.4.0/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_adc.h4225 ADC_CR_ADVREGEN); in LL_ADC_EnableInternalRegulator()
4239 CLEAR_BIT(ADCx->CR, (ADC_CR_ADVREGEN | ADC_CR_BITS_PROPERTY_RS)); in LL_ADC_DisableInternalRegulator()
4250 return ((READ_BIT(ADCx->CR, ADC_CR_ADVREGEN) == (ADC_CR_ADVREGEN)) ? 1UL : 0UL); in LL_ADC_IsInternalRegulatorEnabled()
/hal_stm32-3.4.0/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_ll_adc.h4223 ADC_CR_ADVREGEN); in LL_ADC_EnableInternalRegulator()
4237 CLEAR_BIT(ADCx->CR, (ADC_CR_ADVREGEN | ADC_CR_BITS_PROPERTY_RS)); in LL_ADC_DisableInternalRegulator()
4248 return ((READ_BIT(ADCx->CR, ADC_CR_ADVREGEN) == (ADC_CR_ADVREGEN)) ? 1UL : 0UL); in LL_ADC_IsInternalRegulatorEnabled()
/hal_stm32-3.4.0/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_adc.h4474 ADC_CR_ADVREGEN); in LL_ADC_EnableInternalRegulator()
4488 CLEAR_BIT(ADCx->CR, (ADC_CR_ADVREGEN | ADC_CR_BITS_PROPERTY_RS)); in LL_ADC_DisableInternalRegulator()
4499 return ((READ_BIT(ADCx->CR, ADC_CR_ADVREGEN) == (ADC_CR_ADVREGEN)) ? 1UL : 0UL); in LL_ADC_IsInternalRegulatorEnabled()
/hal_stm32-3.4.0/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_adc.c508 if (HAL_IS_BIT_CLR(hadc->Instance->CR, ADC_CR_ADVREGEN)) in HAL_ADC_Init()
511 hadc->Instance->CR |= ADC_CR_ADVREGEN; in HAL_ADC_Init()
693 hadc->Instance->CR &= ~ADC_CR_ADVREGEN; in HAL_ADC_DeInit()
Dstm32l0xx_ll_adc.c383 CLEAR_BIT(ADCx->CR, ADC_CR_ADVREGEN); in LL_ADC_DeInit()
/hal_stm32-3.4.0/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_adc_ex.c327 if (HAL_IS_BIT_CLR(hadc->Instance->CR, ADC_CR_ADVREGEN)) in HAL_ADCEx_LinearCalibration_SetValue()
330 SET_BIT(hadc->Instance->CR, ADC_CR_ADVREGEN); in HAL_ADCEx_LinearCalibration_SetValue()
346 if (HAL_IS_BIT_CLR(hadc->Instance->CR, ADC_CR_ADVREGEN)) in HAL_ADCEx_LinearCalibration_SetValue()
Dstm32mp1xx_ll_adc.c596 CLEAR_BIT(ADCx->CR, ADC_CR_ADVREGEN | ADC_CR_ADCALDIF); in LL_ADC_DeInit()
/hal_stm32-3.4.0/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_adc.c610 CLEAR_BIT(ADCx->CR, ADC_CR_ADVREGEN); in LL_ADC_DeInit()
622 CLEAR_BIT(ADCx->CR, ADC_CR_ADVREGEN | ADC_CR_ADCALDIF); in LL_ADC_DeInit()
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_adc.c616 CLEAR_BIT(pADCx->CR, ADC_CR_ADVREGEN); in LL_ADC_DeInit()
746 CLEAR_BIT(pADCx->CR, ADC_CR_ADVREGEN); in LL_ADC_DeInit()
/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_adc_ex.c334 if (HAL_IS_BIT_CLR(hadc->Instance->CR, ADC_CR_ADVREGEN)) in HAL_ADCEx_LinearCalibration_SetValue()
337 SET_BIT(hadc->Instance->CR, ADC_CR_ADVREGEN); in HAL_ADCEx_LinearCalibration_SetValue()
353 if (HAL_IS_BIT_CLR(hadc->Instance->CR, ADC_CR_ADVREGEN)) in HAL_ADCEx_LinearCalibration_SetValue()
/hal_stm32-3.4.0/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_adc.h6402 ADC_CR_ADVREGEN); in LL_ADC_EnableInternalRegulator()
6416 CLEAR_BIT(ADCx->CR, (ADC_CR_ADVREGEN | ADC_CR_BITS_PROPERTY_RS)); in LL_ADC_DisableInternalRegulator()
6427 return ((READ_BIT(ADCx->CR, ADC_CR_ADVREGEN) == (ADC_CR_ADVREGEN)) ? 1UL : 0UL); in LL_ADC_IsInternalRegulatorEnabled()
/hal_stm32-3.4.0/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_adc.h5671 ADC_CR_ADVREGEN); in LL_ADC_EnableInternalRegulator()
5685 CLEAR_BIT(ADCx->CR, (ADC_CR_ADVREGEN | ADC_CR_BITS_PROPERTY_RS)); in LL_ADC_DisableInternalRegulator()
5696 return ((READ_BIT(ADCx->CR, ADC_CR_ADVREGEN) == (ADC_CR_ADVREGEN)) ? 1UL : 0UL); in LL_ADC_IsInternalRegulatorEnabled()
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_adc.h6773 ADC_CR_ADVREGEN); in LL_ADC_EnableInternalRegulator()
6787 CLEAR_BIT(ADCx->CR, (ADC_CR_ADVREGEN | ADC_CR_BITS_PROPERTY_RS)); in LL_ADC_DisableInternalRegulator()
6798 return ((READ_BIT(ADCx->CR, ADC_CR_ADVREGEN) == (ADC_CR_ADVREGEN)) ? 1UL : 0UL); in LL_ADC_IsInternalRegulatorEnabled()
/hal_stm32-3.4.0/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_adc.h5965 ADC_CR_ADVREGEN); in LL_ADC_EnableInternalRegulator()
5979 CLEAR_BIT(ADCx->CR, (ADC_CR_ADVREGEN | ADC_CR_BITS_PROPERTY_RS)); in LL_ADC_DisableInternalRegulator()
5990 return ((READ_BIT(ADCx->CR, ADC_CR_ADVREGEN) == (ADC_CR_ADVREGEN)) ? 1UL : 0UL); in LL_ADC_IsInternalRegulatorEnabled()
/hal_stm32-3.4.0/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_adc.h6646 ADC_CR_ADVREGEN); in LL_ADC_EnableInternalRegulator()
6660 CLEAR_BIT(ADCx->CR, (ADC_CR_ADVREGEN | ADC_CR_BITS_PROPERTY_RS)); in LL_ADC_DisableInternalRegulator()
6671 return ((READ_BIT(ADCx->CR, ADC_CR_ADVREGEN) == (ADC_CR_ADVREGEN)) ? 1UL : 0UL); in LL_ADC_IsInternalRegulatorEnabled()
/hal_stm32-3.4.0/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_adc.h6623 ADC_CR_ADVREGEN); in LL_ADC_EnableInternalRegulator()
6637 CLEAR_BIT(ADCx->CR, (ADC_CR_ADVREGEN | ADC_CR_BITS_PROPERTY_RS)); in LL_ADC_DisableInternalRegulator()
6648 return ((READ_BIT(ADCx->CR, ADC_CR_ADVREGEN) == (ADC_CR_ADVREGEN)) ? 1UL : 0UL); in LL_ADC_IsInternalRegulatorEnabled()
/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_adc.h6837 ADC_CR_ADVREGEN); in LL_ADC_EnableInternalRegulator()
6851 CLEAR_BIT(ADCx->CR, (ADC_CR_ADVREGEN | ADC_CR_BITS_PROPERTY_RS)); in LL_ADC_DisableInternalRegulator()
6862 return ((READ_BIT(ADCx->CR, ADC_CR_ADVREGEN) == (ADC_CR_ADVREGEN)) ? 1UL : 0UL); in LL_ADC_IsInternalRegulatorEnabled()
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_adc.h7843 MODIFY_REG(ADCx->CR, ADC_CR_BITS_PROPERTY_RS, ADC_CR_ADVREGEN); in LL_ADC_EnableInternalRegulator()
7857 CLEAR_BIT(ADCx->CR, (ADC_CR_ADVREGEN | ADC_CR_BITS_PROPERTY_RS)); in LL_ADC_DisableInternalRegulator()
7868 return ((READ_BIT(ADCx->CR, ADC_CR_ADVREGEN) == (ADC_CR_ADVREGEN)) ? 1UL : 0UL); in LL_ADC_IsInternalRegulatorEnabled()
/hal_stm32-3.4.0/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_ll_adc.c394 CLEAR_BIT(ADCx->CR, ADC_CR_ADVREGEN); in LL_ADC_DeInit()
/hal_stm32-3.4.0/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_adc.c400 CLEAR_BIT(ADCx->CR, ADC_CR_ADVREGEN); in LL_ADC_DeInit()
/hal_stm32-3.4.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_adc.c430 CLEAR_BIT(ADCx->CR, ADC_CR_ADVREGEN); in LL_ADC_DeInit()
/hal_stm32-3.4.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_adc.c582 CLEAR_BIT(ADCx->CR, ADC_CR_ADVREGEN | ADC_CR_ADCALDIF); in LL_ADC_DeInit()
/hal_stm32-3.4.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_adc.c582 CLEAR_BIT(ADCx->CR, ADC_CR_ADVREGEN | ADC_CR_ADCALDIF); in LL_ADC_DeInit()
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_adc.c634 CLEAR_BIT(ADCx->CR, ADC_CR_ADVREGEN | ADC_CR_ADCALDIF); in LL_ADC_DeInit()

12345678