Home
last modified time | relevance | path

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

/Zephyr-latest/samples/drivers/dac/src/
Dmain.c15 DT_NODE_HAS_PROP(ZEPHYR_USER_NODE, dac_resolution))
18 #define DAC_RESOLUTION DT_PROP(ZEPHYR_USER_NODE, dac_resolution)
/Zephyr-latest/drivers/sensor/veaa_x_3/
Dveaa_x_3.c34 const uint8_t dac_resolution; member
63 if (u32_mul_overflow(tmp, BIT(cfg->dac_resolution) - 1, &tmp)) { in veaa_x_3_attr_set()
160 .resolution = cfg->dac_resolution, in veaa_x_3_init()
210 .dac_resolution = DT_INST_PROP(n, dac_resolution), \
/Zephyr-latest/tests/drivers/adc/adc_accuracy_test/src/
Ddac_source.c20 .resolution = DT_PROP(DT_PATH(zephyr_user), dac_resolution),