Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/drivers/adc/
Dcurrent_sense_shunt.h29 .port = ADC_DT_SPEC_GET(node_id), \
Dvoltage_divider.h30 .port = ADC_DT_SPEC_GET(node_id), \
Dcurrent_sense_amplifier.h33 .port = ADC_DT_SPEC_GET(node_id), \
/Zephyr-Core-3.7.0/tests/drivers/adc/adc_accuracy_test/src/
Dmain.c11 static const struct adc_dt_spec adc_channel = ADC_DT_SPEC_GET(DT_PATH(zephyr_user));
/Zephyr-Core-3.7.0/samples/shields/lmp90100_evb/rtd/src/
Dmain.c42 const struct adc_dt_spec ch_cfg = ADC_DT_SPEC_GET(DT_PATH(zephyr_user)); in main()
/Zephyr-Core-3.7.0/include/zephyr/drivers/
Dadc.h516 #define ADC_DT_SPEC_GET(node_id) ADC_DT_SPEC_GET_BY_IDX(node_id, 0) macro
526 #define ADC_DT_SPEC_INST_GET(inst) ADC_DT_SPEC_GET(DT_DRV_INST(inst))
/Zephyr-Core-3.7.0/drivers/input/
Dinput_analog_axis.c331 .adc = ADC_DT_SPEC_GET(node_id), \
/Zephyr-Core-3.7.0/doc/releases/
Drelease-notes-3.2.rst503 * Fixed :c:macro:`ADC_DT_SPEC_GET` and related macros to properly handle
2274 * :github:`47119` - ADC_DT_SPEC_GET not working for channels >= 10
Drelease-notes-3.1.rst422 e.g. :c:macro:`ADC_DT_SPEC_GET`, to facilitate getting configuration of