Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_adc.c688 CLEAR_BIT(ADCx->DIFSEL, ADC_DIFSEL_DIFSEL); in LL_ADC_DeInit()
Dstm32l4xx_hal_adc.c857 CLEAR_BIT(hadc->Instance->DIFSEL, ADC_DIFSEL_DIFSEL); in HAL_ADC_DeInit()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_adc.h4818 MODIFY_REG(ADCx->DIFSEL, in LL_ADC_SetChannelSingleDiff()
4865 return (uint32_t)(READ_BIT(ADCx->DIFSEL, (Channel & ADC_SINGLEDIFF_CHANNEL_MASK))); in LL_ADC_GetChannelSingleDiff()
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h231 …__IO uint32_t DIFSEL; /*!< ADC differential mode selection register, Address offset: 0x… member