Searched refs:ADC_DT_SPEC_GET (Results 1 – 9 of 9) sorted by relevance
29 .port = ADC_DT_SPEC_GET(node_id), \
30 .port = ADC_DT_SPEC_GET(node_id), \
33 .port = ADC_DT_SPEC_GET(node_id), \
11 static const struct adc_dt_spec adc_channel = ADC_DT_SPEC_GET(DT_PATH(zephyr_user));
42 const struct adc_dt_spec ch_cfg = ADC_DT_SPEC_GET(DT_PATH(zephyr_user)); in main()
516 #define ADC_DT_SPEC_GET(node_id) ADC_DT_SPEC_GET_BY_IDX(node_id, 0) macro526 #define ADC_DT_SPEC_INST_GET(inst) ADC_DT_SPEC_GET(DT_DRV_INST(inst))
331 .adc = ADC_DT_SPEC_GET(node_id), \
503 * Fixed :c:macro:`ADC_DT_SPEC_GET` and related macros to properly handle2274 * :github:`47119` - ADC_DT_SPEC_GET not working for channels >= 10
422 e.g. :c:macro:`ADC_DT_SPEC_GET`, to facilitate getting configuration of