Searched refs:DT_INST_MAX1125X (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.6.0/drivers/adc/ |
D | adc_max1125x.c | 777 #define DT_INST_MAX1125X(inst, t) DT_INST(inst, maxim_max##t) macro 781 .bus = SPI_DT_SPEC_GET(DT_INST_MAX1125X(n, t), \ 788 .drdy_gpio = GPIO_DT_SPEC_GET_OR(DT_INST_MAX1125X(n, t), drdy_gpios, {0}), \ 789 .self_calibration = DT_PROP_OR(DT_INST_MAX1125X(n, t), self_calibration, 0), \ 790 .gpio.gpio0_enable = DT_PROP_OR(DT_INST_MAX1125X(n, t), gpio0_enable, 1), \ 791 .gpio.gpio1_enable = DT_PROP_OR(DT_INST_MAX1125X(n, t), gpio1_enable, 0), \ 792 .gpio.gpio0_direction = DT_PROP_OR(DT_INST_MAX1125X(n, t), gpio0_direction, 0), \ 793 .gpio.gpio1_direction = DT_PROP_OR(DT_INST_MAX1125X(n, t), gpio1_direction, 0), \ 794 .gpo.gpo0_enable = DT_PROP_OR(DT_INST_MAX1125X(n, t), gpo1_enable, 0), \ 795 .gpo.gpo1_enable = DT_PROP_OR(DT_INST_MAX1125X(n, t), gpo1_enable, 0), \ [all …]
|