Home
last modified time | relevance | path

Searched defs:MCHP_ADC_CH_VREF_SEL_GPIO (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/soc/microchip/mec/common/reg/
Dmec_adc.h108 #define MCHP_ADC_CH_VREF_SEL_GPIO(n) SHLU32(0x01u, (((n) & 0x0f) * 2u)) macro
112 #define MCHP_ADC_CH_VREF_SEL_GPIO(n) SHLU32(0x01u, (((n) & 0x07) * 2u)) macro