Home
last modified time | relevance | path

Searched refs:ChannelForSeq2 (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_ll_adc.c463 assert_param(IS_LL_ADC_CHANNEL(pSequence_InitStruct->ChannelForSeq2)); in LL_ADC_SequenceInit()
480 tmpval |= (pSequence_InitStruct->ChannelForSeq2) << ADC_SEQ_1_SEQ2_Pos; in LL_ADC_SequenceInit()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_adc.h259 …uint32_t ChannelForSeq2; /*!< Set the channel number code for the 3rd conversion of t… member