Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_ll_adc.h2905 uint32_t RankIndex; in LL_ADC_REG_GetSequencerLength() local
2908 for (RankIndex = 0UL; RankIndex < (32U - 4U); RankIndex += 4U) in LL_ADC_REG_GetSequencerLength()
2910 if ((ChannelsRanks & (ADC_CHSELR_SQ2 << RankIndex)) == (ADC_CHSELR_SQ2 << RankIndex)) in LL_ADC_REG_GetSequencerLength()
2912 SequencerLength = (ADC_CHSELR_SQ2 << RankIndex); in LL_ADC_REG_GetSequencerLength()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_adc.h3745 uint32_t RankIndex; in LL_ADC_REG_GetSequencerLength() local
3748 for(RankIndex = 0UL; RankIndex < (32U - 4U); RankIndex+=4U) in LL_ADC_REG_GetSequencerLength()
3750 if((ChannelsRanks & (ADC_CHSELR_SQ2 << RankIndex)) == (ADC_CHSELR_SQ2 << RankIndex)) in LL_ADC_REG_GetSequencerLength()
3752 SequencerLength = (ADC_CHSELR_SQ2 << RankIndex); in LL_ADC_REG_GetSequencerLength()