Searched refs:DT_CAT3 (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/include/zephyr/devicetree/ |
D | fixed-partitions.h | 62 IS_ENABLED(DT_CAT3(DT_COMPAT_fixed_partitions_LABEL_, label, _EXISTS))
|
/Zephyr-latest/include/zephyr/ |
D | devicetree.h | 762 #define DT_PROP(node_id, prop) DT_CAT3(node_id, _P_, prop) 2234 DT_CAT3(node_id, _COMPAT_VENDOR_IDX_, idx) 2310 DT_CAT3(node_id, _COMPAT_MODEL_IDX_, idx) 2858 #define DT_IRQN_LVL_INTERNAL(node_id, idx, level) DT_CAT3(DT_IRQN_L, level, _INTERNAL)(node_id, idx) 2922 #define DT_HAS_CHOSEN(prop) IS_ENABLED(DT_CAT3(DT_CHOSEN_, prop, _EXISTS)) 3752 IS_ENABLED(DT_CAT3(node_id, _COMPAT_MATCHES_, compat)) 3891 #define DT_ON_BUS(node_id, bus) IS_ENABLED(DT_CAT3(node_id, _BUS_, bus)) 5271 #define DT_CAT3(a1, a2, a3) a1 ## a2 ## a3 macro 5295 IS_ENABLED(DT_CAT3(node_id, _STATUS_, status))
|
/Zephyr-latest/drivers/misc/nxp_s32_emios/ |
D | nxp_s32_emios.c | 87 #define EMIOS_INTERRUPT_NAME(name) DT_CAT3(EMIOS, name, _IRQ)
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_nxp_s32_netc_priv.h | 99 #define _CONCAT3(a, b, c) DT_CAT3(a, b, c)
|
/Zephyr-latest/soc/nordic/common/ |
D | dmm.c | 18 #define __BUILD_LINKER_END_VAR(_name) DT_CAT3(__, _name, _end)
|
/Zephyr-latest/drivers/pwm/ |
D | pwm_nxp_s32_emios.c | 837 #define EMIOS_PWM_MODE(mode) DT_CAT3(EMIOS_PWM_IP_MODE_, mode, _FLAG)
|