Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/dac/dac_api/src/
Dtest_dac.c37 #define DAC_DEVICE_NODE DT_NODELABEL(dac1) macro
43 #define DAC_DEVICE_NODE DT_NODELABEL(dac1) macro
57 #define DAC_DEVICE_NODE DT_NODELABEL(dac0) macro
68 #define DAC_DEVICE_NODE DT_NODELABEL(dac0) macro
84 #define DAC_DEVICE_NODE DT_NODELABEL(dac) macro
91 #define DAC_DEVICE_NODE DT_NODELABEL(dacc) macro
98 #define DAC_DEVICE_NODE DT_NODELABEL(dac0) macro
114 return DEVICE_DT_GET(DAC_DEVICE_NODE); in get_dac_device()
120 const struct device *const dac_dev = DEVICE_DT_GET(DAC_DEVICE_NODE); in init_dac()
/Zephyr-latest/tests/drivers/dac/dac_loopback/src/
Dtest_dac.c41 #define DAC_DEVICE_NODE DT_NODELABEL(dac1) macro
68 #define DAC_DEVICE_NODE DT_NODELABEL(dac1) macro
87 #define DAC_DEVICE_NODE DT_NODELABEL(dac0) macro
102 #define DAC_DEVICE_NODE DT_NODELABEL(dac0) macro
117 #define DAC_DEVICE_NODE DT_NODELABEL(dac0) macro
132 #define DAC_DEVICE_NODE DT_NODELABEL(dac0) macro
156 #define DAC_DEVICE_NODE DT_NODELABEL(dac0) macro
196 const struct device *const dac_dev = DEVICE_DT_GET(DAC_DEVICE_NODE); in init_dac()
/Zephyr-latest/tests/drivers/adc/adc_accuracy_test/src/
Ddac_source.c14 #define DAC_DEVICE_NODE DT_PROP(DT_PATH(zephyr_user), dac) macro
27 const struct device *const dac_dev = DEVICE_DT_GET(DAC_DEVICE_NODE); in init_dac()