Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/adc/
Dadc_ad7124.c78 #define AD7124_SETUP_CONF_REG_REF_SEL_MSK GENMASK(4, 3) macro
676 configuration_setup |= FIELD_PREP(AD7124_SETUP_CONF_REG_REF_SEL_MSK, cfg->props.refsel); in adc_ad7124_setup_cfg()