Home
last modified time | relevance | path

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

/loramac-node-latest/doc/
Ddevelopment-environment.md183 * 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`
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_adc.h3207 …_INLINE void LL_ADC_ConfigOverSamplingRatioShift(ADC_TypeDef *ADCx, uint32_t Ratio, uint32_t Shift) in LL_ADC_ConfigOverSamplingRatioShift() argument
3209 MODIFY_REG(ADCx->CFGR2, (ADC_CFGR2_OVSS | ADC_CFGR2_OVSR), (Shift | Ratio)); in LL_ADC_ConfigOverSamplingRatioShift()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_adc.h5528 …_INLINE void LL_ADC_ConfigOverSamplingRatioShift(ADC_TypeDef *ADCx, uint32_t Ratio, uint32_t Shift) in LL_ADC_ConfigOverSamplingRatioShift() argument
5530 MODIFY_REG(ADCx->CFGR2, (ADC_CFGR2_OVSS | ADC_CFGR2_OVSR), (Shift | Ratio)); in LL_ADC_ConfigOverSamplingRatioShift()