Searched refs:DT_INST_PROP_LEN_OR (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/include/zephyr/drivers/mfd/ |
D | mfd_ite_it8801.h | 96 #define IT8801_DT_INST_MFDCTRL_LEN(inst) DT_INST_PROP_LEN_OR(inst, mfdctrl, 0)
|
/Zephyr-latest/subsys/input/ |
D | input_longpress.c | 108 DT_INST_PROP_LEN_OR(inst, short_codes, 0)) || \
|
/Zephyr-latest/drivers/dai/nxp/sai/ |
D | sai.h | 37 LISTIFY(DT_INST_PROP_LEN_OR(inst, clocks, 0), IDENTITY_VARGS, (,)) 84 .clock_num = DT_INST_PROP_LEN_OR(inst, clocks, 0), \
|
/Zephyr-latest/drivers/fuel_gauge/sbs_gauge/ |
D | sbs_gauge.c | 335 BUILD_ASSERT(DT_INST_PROP_LEN_OR(inst, battery_cutoff_payload, 0) <= \
|
/Zephyr-latest/drivers/dma/ |
D | dma_nxp_edma.h | 39 LISTIFY(DT_INST_PROP_LEN_OR(inst, valid_channels, 0), IDENTITY_VARGS, (,))
|
D | dma_nxp_edma.c | 744 DT_INST_PROP_LEN_OR(inst, valid_channels, 0) == \
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_rzt2m.c | 446 LISTIFY(DT_INST_PROP_LEN_OR(inst, irqs, 0), VALUE_2X, (,)))
|
D | gpio_renesas_rz.c | 473 LISTIFY(DT_INST_PROP_LEN_OR(inst, irqs, 0), VALUE_2X, (,)))
|
/Zephyr-latest/include/zephyr/ |
D | devicetree.h | 4207 #define DT_INST_PROP_LEN_OR(inst, prop, default_value) \ macro
|
/Zephyr-latest/tests/lib/devicetree/api/src/ |
D | main.c | 306 zassert_equal(DT_INST_PROP_LEN_OR(0, a, X), 3, ""); in ZTEST() 307 zassert_equal(DT_INST_PROP_LEN_OR(0, not_a_property, -1), -1, ""); in ZTEST()
|