Searched refs:shift_value (Results 1 – 1 of 1) sorted by relevance
6350 …uint32_t shift_value = ((__LL_ADC_CHANNEL_TO_DECIMAL_NB(Channel) - (10UL * ((Channel … in LL_ADC_SetChannelSamplingTime() local6356 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() local6461 return (uint32_t)(READ_BIT(*preg, ADC_SMPR1_SMP0 << shift_value) >> shift_value); in LL_ADC_GetChannelSamplingTime()