Searched refs:DT_CAT5 (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/include/zephyr/ |
D | devicetree.h | 909 DT_CAT5(node_id, _P_, prop, _IDX_, idx) 1591 DT_PROP_OR(node_id, DT_CAT5(pha, _IDX_, idx, _VAL_, cell), default_value) 1684 DT_PROP_OR(node_id, DT_CAT5(pha, _NAME_, name, _VAL_, cell), default_value) 2679 DT_CAT5(node_id, _IRQ_IDX_, idx, _VAL_, cell) 2697 DT_CAT5(node_id, _IRQ_NAME_, name, _VAL_, cell) 5275 #define DT_CAT5(a1, a2, a3, a4, a5) a1 ## a2 ## a3 ## a4 ## a5 macro
|
/Zephyr-latest/drivers/pwm/ |
D | pwm_nxp_s32_emios.c | 898 DT_CAT5(pwm_nxp_s32_, n, _channel_, ch, _capture_callback)
|