|
Zephyr API 3.6.99
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
6#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_STM32L4_ADC_H_
7#define ZEPHYR_INCLUDE_DT_BINDINGS_STM32L4_ADC_H_
12#define STM32_ADC_RES_REG 0x0C
13#define STM32_ADC_RES_SHIFT 3
14#define STM32_ADC_RES_MASK BIT_MASK(2)