Home
last modified time | relevance | path

Searched refs:DT_CAT3 (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/include/zephyr/devicetree/
Dfixed-partitions.h62 IS_ENABLED(DT_CAT3(DT_COMPAT_fixed_partitions_LABEL_, label, _EXISTS))
/Zephyr-latest/include/zephyr/
Ddevicetree.h752 #define DT_PROP(node_id, prop) DT_CAT3(node_id, _P_, prop)
2224 DT_CAT3(node_id, _COMPAT_VENDOR_IDX_, idx)
2300 DT_CAT3(node_id, _COMPAT_MODEL_IDX_, idx)
2848 #define DT_IRQN_LVL_INTERNAL(node_id, idx, level) DT_CAT3(DT_IRQN_L, level, _INTERNAL)(node_id, idx)
2912 #define DT_HAS_CHOSEN(prop) IS_ENABLED(DT_CAT3(DT_CHOSEN_, prop, _EXISTS))
3712 IS_ENABLED(DT_CAT3(node_id, _COMPAT_MATCHES_, compat))
3851 #define DT_ON_BUS(node_id, bus) IS_ENABLED(DT_CAT3(node_id, _BUS_, bus))
5231 #define DT_CAT3(a1, a2, a3) a1 ## a2 ## a3 macro
5255 IS_ENABLED(DT_CAT3(node_id, _STATUS_, status))
/Zephyr-latest/drivers/misc/nxp_s32_emios/
Dnxp_s32_emios.c94 #define EMIOS_INTERRUPT_NAME(name) DT_CAT3(EMIOS, name, _IRQ)
/Zephyr-latest/drivers/ethernet/
Deth_nxp_s32_netc_priv.h99 #define _CONCAT3(a, b, c) DT_CAT3(a, b, c)
/Zephyr-latest/soc/nordic/common/
Ddmm.c18 #define __BUILD_LINKER_END_VAR(_name) DT_CAT3(__, _name, _end)
/Zephyr-latest/drivers/pwm/
Dpwm_nxp_s32_emios.c709 #define EMIOS_PWM_MODE(mode) DT_CAT3(EMIOS_PWM_IP_MODE_, mode, _FLAG)