Searched refs:DT_CAT (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/include/zephyr/devicetree/ |
D | ordinals.h | 25 #define DT_DEP_ORD(node_id) DT_CAT(node_id, _ORD) 32 #define DT_DEP_ORD_STR_SORTABLE(node_id) DT_CAT(node_id, _ORD_STR_SORTABLE) 51 #define DT_REQUIRES_DEP_ORDS(node_id) DT_CAT(node_id, _REQUIRES_ORDS) 68 #define DT_SUPPORTS_DEP_ORDS(node_id) DT_CAT(node_id, _SUPPORTS_ORDS)
|
D | fixed-partitions.h | 53 DT_CAT(DT_COMPAT_fixed_partitions_LABEL_, label) 78 #define DT_FIXED_PARTITION_ID(node_id) DT_CAT(node_id, _PARTITION_ID)
|
D | gpio.h | 218 COND_CODE_1(IS_ENABLED(DT_CAT(node_id, _GPIO_HOGS_EXISTS)), \ 219 (DT_CAT(node_id, _GPIO_HOGS_NUM)), (0))
|
D | pinctrl.h | 239 #define DT_NUM_PINCTRL_STATES(node_id) DT_CAT(node_id, _PINCTRL_NUM)
|
/Zephyr-latest/include/zephyr/ |
D | devicetree.h | 196 #define DT_NODELABEL(label) DT_CAT(DT_N_NODELABEL_, label) 236 #define DT_ALIAS(alias) DT_CAT(DT_N_ALIAS_, alias) 253 #define DT_NODE_HASH(node_id) DT_CAT(node_id, _HASH) 374 #define DT_PARENT(node_id) DT_CAT(node_id, _PARENT) 511 #define DT_NODE_PATH(node_id) DT_CAT(node_id, _PATH) 537 #define DT_NODE_FULL_NAME(node_id) DT_CAT(node_id, _FULL_NAME) 565 #define DT_NODE_FULL_NAME_UNQUOTED(node_id) DT_CAT(node_id, _FULL_NAME_UNQUOTED) 593 #define DT_NODE_FULL_NAME_TOKEN(node_id) DT_CAT(node_id, _FULL_NAME_TOKEN) 623 #define DT_NODE_FULL_NAME_UPPER_TOKEN(node_id) DT_CAT(node_id, _FULL_NAME_UPPER_TOKEN) 651 #define DT_NODE_CHILD_IDX(node_id) DT_CAT(node_id, _CHILD_IDX) [all …]
|
/Zephyr-latest/include/zephyr/storage/ |
D | flash_map.h | 435 ((const struct flash_area *)&DT_CAT(global_fixed_partition_ORD_, ord)) 439 extern const struct flash_area DT_CAT(global_fixed_partition_ORD_, ord);
|
/Zephyr-latest/subsys/storage/flash_map/ |
D | flash_map_default.c | 55 const struct flash_area DT_CAT(global_fixed_partition_ORD_, ord) = { \
|
/Zephyr-latest/tests/drivers/i2c/i2c_emul/include/ |
D | emulated_target.hpp | 19 #define TARGET_LABEL(n) DT_NODELABEL(DT_CAT(i2c, n))
|
/Zephyr-latest/drivers/misc/nxp_s32_emios/ |
D | nxp_s32_emios.c | 44 #define NXP_S32_EMIOS_MASTER_BUS_MODE(mode) DT_CAT(EMIOS_IP_, mode)
|
/Zephyr-latest/drivers/pwm/ |
D | pwm_nxp_s32_emios.c | 836 #define EMIOS_PWM_BUS(mode) DT_CAT(EMIOS_PWM_, mode) 838 #define EMIOS_PWM_PS_SRC(mode) DT_CAT(EMIOS_PWM_IP_PS_SRC_, mode) 893 #define EMIOS_PWM_CAPTURE_FILTER(filter) DT_CAT(DIGITAL_FILTER_, filter) 894 #define EMIOS_PWM_CAPTURE_MODE(mode) DT_CAT(EMIOS_ICU_, mode) 895 #define EMIOS_PWM_CAPTURE_BUS(mode) DT_CAT(EMIOS_ICU_, mode)
|