Home
last modified time | relevance | path

Searched refs:DT_CAT5 (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/
Ddevicetree.h899 DT_CAT5(node_id, _P_, prop, _IDX_, idx)
1581 DT_PROP_OR(node_id, DT_CAT5(pha, _IDX_, idx, _VAL_, cell), default_value)
1674 DT_PROP_OR(node_id, DT_CAT5(pha, _NAME_, name, _VAL_, cell), default_value)
2669 DT_CAT5(node_id, _IRQ_IDX_, idx, _VAL_, cell)
2687 DT_CAT5(node_id, _IRQ_NAME_, name, _VAL_, cell)
5235 #define DT_CAT5(a1, a2, a3, a4, a5) a1 ## a2 ## a3 ## a4 ## a5 macro
/Zephyr-latest/drivers/pwm/
Dpwm_nxp_s32_emios.c770 DT_CAT5(pwm_nxp_s32_, n, _channel_, ch, _capture_callback)