/Zephyr-Core-2.7.6/drivers/gpio/ |
D | gpio_xlnx_axi.c | 260 DT_INST_PROP_OR(n, xlnx_is_dual, 1), \ 267 .dout = DT_INST_PROP_OR(n, xlnx_dout_default_2, 0), \ 268 .tri = DT_INST_PROP_OR(n, xlnx_tri_default_2, \ 276 DT_INST_PROP_OR(n, xlnx_gpio2_width, \ 280 .all_inputs = DT_INST_PROP_OR(n, xlnx_all_inputs2, 0), \ 281 .all_outputs = DT_INST_PROP_OR(n, xlnx_all_outputs2, 0),\ 295 .dout = DT_INST_PROP_OR(n, xlnx_dout_default, 0), \ 296 .tri = DT_INST_PROP_OR(n, xlnx_tri_default, \ 304 DT_INST_PROP_OR(n, xlnx_gpio_width, \ 308 .all_inputs = DT_INST_PROP_OR(n, xlnx_all_inputs, 0), \ [all …]
|
D | gpio_mchp_xec_v2.c | 417 .girq_id = DT_INST_PROP_OR(n, girq_id, 0), \
|
D | gpio_intel.c | 588 .group_index = DT_INST_PROP_OR(n, group_index, 0), \
|
/Zephyr-Core-2.7.6/drivers/can/ |
D | can_stm32fd.c | 237 .sample_point = DT_INST_PROP_OR(inst, sample_point, 0), \ 238 .prop_ts1 = DT_INST_PROP_OR(inst, prop_seg, 0) + \ 239 DT_INST_PROP_OR(inst, phase_seg1, 0), \ 240 .ts2 = DT_INST_PROP_OR(inst, phase_seg2, 0), \ 244 DT_INST_PROP_OR(inst, sample_point_data, 0), \ 245 .prop_ts1_data = DT_INST_PROP_OR(inst, prop_seg_data, 0) + \ 246 DT_INST_PROP_OR(inst, phase_seg1_data, 0), \ 247 .ts2_data = DT_INST_PROP_OR(inst, phase_seg2_data, 0), \ 266 .sample_point = DT_INST_PROP_OR(inst, sample_point, 0), \ 267 .prop_ts1 = DT_INST_PROP_OR(inst, prop_seg, 0) + \ [all …]
|
D | can_mcp2515.c | 923 .tq_prop = DT_INST_PROP_OR(0, prop_seg, 0), 924 .tq_bs1 = DT_INST_PROP_OR(0, phase_seg1, 0), 925 .tq_bs2 = DT_INST_PROP_OR(0, phase_seg2, 0), 928 .sample_point = DT_INST_PROP_OR(0, sample_point, 0)
|
D | can_mcux_flexcan.c | 798 .prop_seg = DT_INST_PROP_OR(id, prop_seg, 0), \ 799 .phase_seg1 = DT_INST_PROP_OR(id, phase_seg1, 0), \ 800 .phase_seg2 = DT_INST_PROP_OR(id, phase_seg2, 0), \ 801 .sample_point = DT_INST_PROP_OR(id, sample_point, 0), \
|
D | can_rcar.c | 1032 .prop_seg = DT_INST_PROP_OR(n, prop_seg, 0), \ 1033 .phase_seg1 = DT_INST_PROP_OR(n, phase_seg1, 0), \ 1034 .phase_seg2 = DT_INST_PROP_OR(n, phase_seg2, 0), \ 1035 .sample_point = DT_INST_PROP_OR(n, sample_point, 0), \
|
/Zephyr-Core-2.7.6/drivers/adc/ |
D | adc_mcux_adc16.c | 438 .clk_source = DT_INST_PROP_OR(n, clk_source, 0), \ 439 .long_sample = DT_INST_PROP_OR(n, long_sample, 0), \ 445 DT_INST_PROP_OR(n, hw_trigger_src, 0), \ 474 .clk_source = DT_INST_PROP_OR(n, clk_source, 0), \ 475 .long_sample = DT_INST_PROP_OR(n, long_sample, 0), \
|
/Zephyr-Core-2.7.6/drivers/espi/ |
D | espi_saf_mchp_xec.c | 842 .poll_timeout = DT_INST_PROP_OR(inst, poll_timeout, 844 .consec_rd_timeout = DT_INST_PROP_OR( 846 .sus_chk_delay = DT_INST_PROP_OR(inst, sus_chk_delay, 848 .sus_rsm_interval = DT_INST_PROP_OR(inst, sus_rsm_interval, 850 .poll_interval = DT_INST_PROP_OR(inst, poll_interval,
|
/Zephyr-Core-2.7.6/drivers/counter/ |
D | counter_sam_tc.c | 354 (TC_CMR_TCCLKS(DT_INST_PROP_OR(n, clk, 0)) \ 359 DT_INST_PROP_OR(n, reg_cmr, COUNTER_SAM_TC_CMR(n)) 385 .tc_chan_num = DT_INST_PROP_OR(n, channel, 0), \
|
/Zephyr-Core-2.7.6/drivers/syscon/ |
D | syscon.c | 138 .reg_width = DT_INST_PROP_OR(inst, reg_io_width, 4), \
|
/Zephyr-Core-2.7.6/drivers/sensor/max6675/ |
D | max6675.c | 123 .frequency = DT_INST_PROP_OR(n, spi_max_frequency, 0U),\
|
/Zephyr-Core-2.7.6/drivers/spi/ |
D | spi_mcux_dspi.c | 868 DT_INST_PROP_OR(id, pcs_sck_delay, 0), \ 870 DT_INST_PROP_OR(id, sck_pcs_delay, 0), \ 872 DT_INST_PROP_OR(id, transfer_delay, 0), \ 874 DT_INST_PROP_OR(id, ctar, 0), \ 876 DT_INST_PROP_OR(id, sample_point, 0), \
|
D | spi_ll_stm32.c | 929 .use_subghzspi_nss = DT_INST_PROP_OR( \
|
/Zephyr-Core-2.7.6/drivers/sensor/mcux_acmp/ |
D | mcux_acmp.c | 398 .filterCount = DT_INST_PROP_OR(n, nxp_filter_count, 0), \ 399 .filterPeriod = DT_INST_PROP_OR(n, nxp_filter_period, 0), \
|
/Zephyr-Core-2.7.6/drivers/serial/ |
D | uart_ns16550.c | 1043 #define DEV_CONFIG_PCP_INIT(n) .pcp = DT_INST_PROP_OR(n, pcp, 0), 1065 _CONCAT(DEV_DATA_FLOW_CTRL, DT_INST_PROP_OR(n, hw_flow_control, 0)) 1084 .uart_config.baudrate = DT_INST_PROP_OR(n, current_speed, 0), \
|
D | uart_mchp_xec.c | 872 DT_INST_PROP_OR(n, hw_flow_control, UART_CFG_FLOW_CTRL_NONE) 887 .uart_config.baudrate = DT_INST_PROP_OR(n, current_speed, 0), \
|
/Zephyr-Core-2.7.6/include/ |
D | devicetree.h | 2149 #define DT_INST_PROP_OR(inst, prop, default_value) \ macro
|
/Zephyr-Core-2.7.6/tests/lib/devicetree/api/src/ |
D | main.c | 207 zassert_equal(DT_INST_PROP_OR(0, misc_prop, X), 1234, ""); in test_default_prop_access() 208 zassert_equal(DT_INST_PROP_OR(0, not_a_property, -1), -1, ""); in test_default_prop_access()
|
/Zephyr-Core-2.7.6/drivers/ethernet/ |
D | eth_sam_gmac.c | 2209 .periph_id = DT_INST_PROP_OR(0, peripheral_id, 0),
|