Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_adc.c2334 assert_param(IS_ADC_AWD_CHANNEL(ConfigWatchdog->ChannelMask)); in HAL_ADC_AnalogWDGConfig()
2347 LL_ADC_SetAWDInputChannels(hadc->Instance, ConfigWatchdog->ChannelMask); in HAL_ADC_AnalogWDGConfig()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_adc.h3134 __STATIC_INLINE void LL_ADC_SetAWDInputChannels(ADC_TypeDef *ADCx, uint32_t ChannelMask) in LL_ADC_SetAWDInputChannels() argument
3136 MODIFY_REG(ADCx->WD_CONF, ADC_WD_CONF_AWD_CHX, ChannelMask); in LL_ADC_SetAWDInputChannels()
Dstm32wb0x_hal_adc.h56 uint32_t ChannelMask; /*!< Select the input channels the watchdog has to use. member