Home
last modified time | relevance | path

Searched refs:ADC_AWD_CR_ALL_CHANNEL_MASK (Results 1 – 3 of 3) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_adc.h169 #define ADC_AWD_CR_ALL_CHANNEL_MASK (ADC_AWD_CR1_CHANNEL_MASK) macro
2920 (AWDChannelGroup & ADC_AWD_CR_ALL_CHANNEL_MASK)); in LL_ADC_SetAnalogWDMonitChannels()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_adc.h320 #define ADC_AWD_CR_ALL_CHANNEL_MASK (ADC_AWD_CR1_CHANNEL_MASK | ADC_AWD_CR23_CHANNEL_MASK) macro
5030 (AWDy & ADC_AWD_CR_ALL_CHANNEL_MASK), in LL_ADC_SetAnalogWDMonitChannels()
5161 …ster uint32_t AnalogWDMonitChannels = (READ_BIT(*preg, AWDy) & AWDy & ADC_AWD_CR_ALL_CHANNEL_MASK); in LL_ADC_GetAnalogWDMonitChannels()
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_ll_adc.h328 #define ADC_AWD_CR_ALL_CHANNEL_MASK (ADC_AWD_CR1_CHANNEL_MASK) macro