Home
last modified time | relevance | path

Searched refs:ADC_CCR_VLCDEN (Results 1 – 4 of 4) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_adc.h150 #if defined(ADC_CCR_VLCDEN)
196 #if defined(ADC_CCR_VLCDEN)
459 #define LL_ADC_PATH_INTERNAL_VLCD (ADC_CCR_VLCDEN) /*!< ADC measurement path to inte…
537 #if defined(ADC_CCR_VLCDEN)
665 #if defined(ADC_CCR_VLCDEN)
863 #if defined(ADC_CCR_VLCDEN)
1170 #if defined(ADC_CCR_VLCDEN)
1779 #if defined (ADC_CCR_VLCDEN) in LL_ADC_SetCommonPathInternalCh()
1780 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_VREFEN | ADC_CCR_TSEN | ADC_CCR_VLCDEN, PathInternal); in LL_ADC_SetCommonPathInternalCh()
1807 #if defined(ADC_CCR_VLCDEN) in LL_ADC_GetCommonPathInternalCh()
[all …]
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_ll_adc.c408 #if defined(ADC_CCR_VLCDEN) in LL_ADC_DeInit()
Dstm32l0xx_hal_adc.c1690 ADC->CCR |= ADC_CCR_VLCDEN; in HAL_ADC_ConfigChannel()
1718 ADC->CCR &= ~ADC_CCR_VLCDEN; in HAL_ADC_ConfigChannel()
/loramac-node-2.7.6/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h1076 #define ADC_CCR_VLCDEN ADC_CCR_VLCDEN_Msk /*!< Voltage LCD ena… macro