Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_adc.h2627 uint32_t rank_index; in LL_ADC_REG_GetSequencerLength() local
2634 for (rank_index = 0U; rank_index <= (28U - 4U); rank_index += 4U) in LL_ADC_REG_GetSequencerLength()
2636 rank_shifted = (uint32_t)(0xF0UL << rank_index); in LL_ADC_REG_GetSequencerLength()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_adc.h2736 uint32_t rank_index; in LL_ADC_REG_GetSequencerLength() local
2743 for (rank_index = 0U; rank_index <= (28U - 4U); rank_index += 4U) in LL_ADC_REG_GetSequencerLength()
2745 rank_shifted = (uint32_t)(0xF0UL << rank_index); in LL_ADC_REG_GetSequencerLength()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_adc.h2897 uint32_t rank_index; in LL_ADC_REG_GetSequencerLength() local
2904 for (rank_index = 0U; rank_index <= (28U - 4U); rank_index += 4U) in LL_ADC_REG_GetSequencerLength()
2906 rank_shifted = (uint32_t)(0xF0UL << rank_index); in LL_ADC_REG_GetSequencerLength()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_adc.h2948 uint32_t rank_index; in LL_ADC_REG_GetSequencerLength() local
2955 for (rank_index = 0U; rank_index <= (28U - 4U); rank_index += 4U) in LL_ADC_REG_GetSequencerLength()
2957 rank_shifted = (uint32_t)(0xF0UL << rank_index); in LL_ADC_REG_GetSequencerLength()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_adc.h4539 uint32_t rank_index; in LL_ADC_REG_GetSequencerLength() local
4546 for (rank_index = 0UL; rank_index <= (28U - 4U); rank_index += 4U) in LL_ADC_REG_GetSequencerLength()
4548 rank_shifted = (uint32_t)(0xF0UL << rank_index); in LL_ADC_REG_GetSequencerLength()