Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/dt-bindings/adc/
Dstm32_adc.h20 #define STM32_ADC_REAL_VAL_SHIFT 19U macro
42 (((real_val) & STM32_ADC_REAL_VAL_MASK) << STM32_ADC_REAL_VAL_SHIFT))
45 (((val) >> STM32_ADC_REAL_VAL_SHIFT) & STM32_ADC_REAL_VAL_MASK)