Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_ll_adc.c157 #define IS_LL_ADC_CHANNEL(__CHANNEL__) (((__CHANNEL__) == LL_ADC_CHANNEL_VINM0) || \ macro
461 assert_param(IS_LL_ADC_CHANNEL(pSequence_InitStruct->ChannelForSeq0)); in LL_ADC_SequenceInit()
462 assert_param(IS_LL_ADC_CHANNEL(pSequence_InitStruct->ChannelForSeq1)); in LL_ADC_SequenceInit()
463 assert_param(IS_LL_ADC_CHANNEL(pSequence_InitStruct->ChannelForSeq2)); in LL_ADC_SequenceInit()
464 assert_param(IS_LL_ADC_CHANNEL(pSequence_InitStruct->ChannelForSeq3)); in LL_ADC_SequenceInit()
465 assert_param(IS_LL_ADC_CHANNEL(pSequence_InitStruct->ChannelForSeq4)); in LL_ADC_SequenceInit()
466 assert_param(IS_LL_ADC_CHANNEL(pSequence_InitStruct->ChannelForSeq5)); in LL_ADC_SequenceInit()
467 assert_param(IS_LL_ADC_CHANNEL(pSequence_InitStruct->ChannelForSeq6)); in LL_ADC_SequenceInit()
468 assert_param(IS_LL_ADC_CHANNEL(pSequence_InitStruct->ChannelForSeq7)); in LL_ADC_SequenceInit()
469 assert_param(IS_LL_ADC_CHANNEL(pSequence_InitStruct->ChannelForSeq8)); in LL_ADC_SequenceInit()
[all …]