Home
last modified time | relevance | path

Searched refs:ADC_CCR_VREFEN (Results 1 – 8 of 8) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_adc.h457 #define LL_ADC_PATH_INTERNAL_VREFINT (ADC_CCR_VREFEN) /*!< ADC measurement path to inte…
1780 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_VREFEN | ADC_CCR_TSEN | ADC_CCR_VLCDEN, PathInternal); in LL_ADC_SetCommonPathInternalCh()
1782 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_VREFEN | ADC_CCR_TSEN, PathInternal); in LL_ADC_SetCommonPathInternalCh()
1808 return (uint32_t)(READ_BIT(ADCxy_COMMON->CCR, ADC_CCR_VREFEN | ADC_CCR_TSEN | ADC_CCR_VLCDEN)); in LL_ADC_GetCommonPathInternalCh()
1810 return (uint32_t)(READ_BIT(ADCxy_COMMON->CCR, ADC_CCR_VREFEN | ADC_CCR_TSEN)); in LL_ADC_GetCommonPathInternalCh()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_adc_ex.h658ADC_CCR_VREFEN | \
668ADC_CCR_VREFEN )
Dstm32l4xx_ll_adc.h707 #define LL_ADC_PATH_INTERNAL_VREFINT (ADC_CCR_VREFEN) /*!< ADC measurement path to inte…
2521 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_VREFEN | ADC_CCR_TSEN | ADC_CCR_VBATEN, PathInternal); in LL_ADC_SetCommonPathInternalCh()
2543 return (uint32_t)(READ_BIT(ADCxy_COMMON->CCR, ADC_CCR_VREFEN | ADC_CCR_TSEN | ADC_CCR_VBATEN)); in LL_ADC_GetCommonPathInternalCh()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_adc.c1683 ADC->CCR |= ADC_CCR_VREFEN; in HAL_ADC_ConfigChannel()
1711 ADC->CCR &= ~ADC_CCR_VREFEN; in HAL_ADC_ConfigChannel()
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h967 #define ADC_CCR_VREFEN ADC_CCR_VREFEN_Msk /*!< Vrefint enable … macro
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h1082 #define ADC_CCR_VREFEN ADC_CCR_VREFEN_Msk /*!< Vrefint enable … macro
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h1060 #define ADC_CCR_VREFEN ADC_CCR_VREFEN_Msk /*!< Vrefint enable … macro
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h2580 #define ADC_CCR_VREFEN ADC_CCR_VREFEN_Msk /*!< ADC internal pa… macro