Searched refs:DT_CAT3 (Results 1 – 6 of 6) sorted by relevance
/Zephyr-Core-3.6.0/include/zephyr/devicetree/ |
D | fixed-partitions.h | 62 IS_ENABLED(DT_CAT3(DT_COMPAT_fixed_partitions_LABEL_, label, _EXISTS))
|
/Zephyr-Core-3.6.0/include/zephyr/ |
D | devicetree.h | 615 #define DT_PROP(node_id, prop) DT_CAT3(node_id, _P_, prop) 2029 DT_CAT3(node_id, _COMPAT_VENDOR_IDX_, idx) 2105 DT_CAT3(node_id, _COMPAT_MODEL_IDX_, idx) 2559 #define DT_IRQN_LVL_INTERNAL(node_id, idx, level) DT_CAT3(DT_IRQN_L, level, _INTERNAL)(node_id, idx) 2623 #define DT_HAS_CHOSEN(prop) IS_ENABLED(DT_CAT3(DT_CHOSEN_, prop, _EXISTS)) 3253 IS_ENABLED(DT_CAT3(node_id, _COMPAT_MATCHES_, compat)) 3392 #define DT_ON_BUS(node_id, bus) IS_ENABLED(DT_CAT3(node_id, _BUS_, bus)) 4452 #define DT_CAT3(a1, a2, a3) a1 ## a2 ## a3 macro 4476 IS_ENABLED(DT_CAT3(node_id, _STATUS_, status))
|
/Zephyr-Core-3.6.0/drivers/interrupt_controller/ |
D | intc_eirq_nxp_s32.c | 172 #define _EIRQ_NXP_S32_IRQ_NAME(name) DT_CAT3(SIUL2_EXT_IRQ_, name, _ISR) 177 (DT_CAT3(SIUL2_, n, _ICU_EIRQ_SINGLE_INT_HANDLER)))
|
/Zephyr-Core-3.6.0/drivers/misc/nxp_s32_emios/ |
D | nxp_s32_emios.c | 94 #define EMIOS_INTERRUPT_NAME(name) DT_CAT3(EMIOS, name, _IRQ)
|
/Zephyr-Core-3.6.0/drivers/ethernet/ |
D | eth_nxp_s32_netc_priv.h | 99 #define _CONCAT3(a, b, c) DT_CAT3(a, b, c)
|
/Zephyr-Core-3.6.0/drivers/pwm/ |
D | pwm_nxp_s32_emios.c | 709 #define EMIOS_PWM_MODE(mode) DT_CAT3(EMIOS_PWM_IP_MODE_, mode, _FLAG)
|