Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_adc.h6350 …uint32_t shift_value = ((__LL_ADC_CHANNEL_TO_DECIMAL_NB(Channel) - (10UL * ((Channel … in LL_ADC_SetChannelSamplingTime() local
6356 MODIFY_REG(*preg, ADC_SMPR1_SMP0 << shift_value, SamplingTime << shift_value); in LL_ADC_SetChannelSamplingTime()
6455 …uint32_t shift_value = ((__LL_ADC_CHANNEL_TO_DECIMAL_NB(Channel) - (10UL * ((Channel … in LL_ADC_GetChannelSamplingTime() local
6461 return (uint32_t)(READ_BIT(*preg, ADC_SMPR1_SMP0 << shift_value) >> shift_value); in LL_ADC_GetChannelSamplingTime()