Searched refs:Shift (Results 1 – 3 of 3) sorted by relevance
183 * Extensions: Open `VSCode ->EXTENSION (Crtl+Shift+x)` and search for:225 * Change CMake options: Open the Command palette (Crtl+Shift+P) and type `CMake: Edit the CMake Ca…226 * Execute a clean rebuild: Open the Command palette (Crtl+Shift+P) and type `CMake: Clean rebuild`
3207 …_INLINE void LL_ADC_ConfigOverSamplingRatioShift(ADC_TypeDef *ADCx, uint32_t Ratio, uint32_t Shift) in LL_ADC_ConfigOverSamplingRatioShift() argument3209 MODIFY_REG(ADCx->CFGR2, (ADC_CFGR2_OVSS | ADC_CFGR2_OVSR), (Shift | Ratio)); in LL_ADC_ConfigOverSamplingRatioShift()
5528 …_INLINE void LL_ADC_ConfigOverSamplingRatioShift(ADC_TypeDef *ADCx, uint32_t Ratio, uint32_t Shift) in LL_ADC_ConfigOverSamplingRatioShift() argument5530 MODIFY_REG(ADCx->CFGR2, (ADC_CFGR2_OVSS | ADC_CFGR2_OVSR), (Shift | Ratio)); in LL_ADC_ConfigOverSamplingRatioShift()