Searched refs:dac_resolution (Results 1 – 3 of 3) sorted by relevance
15 DT_NODE_HAS_PROP(ZEPHYR_USER_NODE, dac_resolution))18 #define DAC_RESOLUTION DT_PROP(ZEPHYR_USER_NODE, dac_resolution)
34 const uint8_t dac_resolution; member63 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), \
20 .resolution = DT_PROP(DT_PATH(zephyr_user), dac_resolution),