Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_adc.h4320 __IO uint32_t channel_preselectione = READ_REG(ADCx->PCSEL); in LL_ADC_SetChannelPreselection() local
4322channel_preselectione | (1UL << (__LL_ADC_CHANNEL_TO_DECIMAL_NB((uint32_t)Channel) & 0x1FUL))); in LL_ADC_SetChannelPreselection()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_adc.h5263 __IO uint32_t channel_preselectione = READ_REG(ADCx->PCSEL); in LL_ADC_SetChannelPreselection() local
5265channel_preselectione | (1UL << (__LL_ADC_CHANNEL_TO_DECIMAL_NB((uint32_t)Channel) & 0x1FUL))); in LL_ADC_SetChannelPreselection()