Home
last modified time | relevance | path

Searched refs:_CONCAT (Results 1 – 25 of 98) sorted by relevance

1234

/Zephyr-Core-3.7.0/boards/native/nrf_bsim/
Dnsi_if.c22 #define nsif_cpun_pre_cmdline_hooks _CONCAT(_CONCAT(nsif_cpu, CONFIG_NATIVE_SIMULATOR_MCU_N),\
24 #define nsif_cpun_save_test_arg _CONCAT(_CONCAT(nsif_cpu, CONFIG_NATIVE_SIMULATOR_MCU_N),\
26 #define nsif_cpun_pre_hw_init_hooks _CONCAT(_CONCAT(nsif_cpu, CONFIG_NATIVE_SIMULATOR_MCU_N),\
28 #define nsif_cpun_boot _CONCAT(_CONCAT(nsif_cpu, CONFIG_NATIVE_SIMULATOR_MCU_N),\
30 #define nsif_cpun_cleanup _CONCAT(_CONCAT(nsif_cpu, CONFIG_NATIVE_SIMULATOR_MCU_N),\
32 #define nsif_cpun_irq_raised _CONCAT(_CONCAT(nsif_cpu, CONFIG_NATIVE_SIMULATOR_MCU_N),\
34 #define nsif_cpun_test_hook _CONCAT(_CONCAT(nsif_cpu, CONFIG_NATIVE_SIMULATOR_MCU_N),\
36 #define nsif_cpun_irq_raised_from_sw _CONCAT(_CONCAT(nsif_cpu, CONFIG_NATIVE_SIMULATOR_MCU_N),\
/Zephyr-Core-3.7.0/include/zephyr/zbus/
Dzbus.h245 _CONCAT(_chan, _ZBUS_OBSERVATION_PREFIX(UTIL_INC(_idx)))) = {.chan = &_chan, \
248 _CONCAT(_CONCAT(_chan, _ZBUS_OBSERVATION_PREFIX(UTIL_INC(_idx))), \
252 #define _ZBUS_RUNTIME_OBSERVERS(_name) .observers = &(_CONCAT(_observers_, _name)),
253 #define _ZBUS_RUNTIME_OBSERVERS_DECL(_name) static sys_slist_t _CONCAT(_observers_, _name);
275 _CONCAT(_CONCAT(_chan, zz), _CONCAT(_prio, _obs))) = { \
280 _CONCAT(_CONCAT(_CONCAT(_chan, zz), _CONCAT(_prio, _obs)), \
340 static _type _CONCAT(_zbus_message_, _name) = _init_val; \
341 static struct zbus_channel_data _CONCAT(_zbus_chan_data_, _name) = { \
344 .sem = Z_SEM_INITIALIZER(_CONCAT(_zbus_chan_data_, _name).sem, 1, 1), \
347 &_CONCAT(_zbus_chan_data_, _name).observers), \
[all …]
/Zephyr-Core-3.7.0/include/zephyr/drivers/gpio/
Dgpio_mmio32.h45 static struct gpio_mmio32_context _CONCAT(Z_DEVICE_DT_DEV_ID(node_id), _ctx); \
47 static const struct gpio_mmio32_config _CONCAT(Z_DEVICE_DT_DEV_ID(node_id), _cfg) = { \
58 &_CONCAT(Z_DEVICE_DT_DEV_ID(node_id), _ctx), \
59 &_CONCAT(Z_DEVICE_DT_DEV_ID(node_id), _cfg), \
/Zephyr-Core-3.7.0/include/zephyr/linker/
Diterable_sections.h16 _CONCAT(_##struct_type, _list_start) = .; \
18 _CONCAT(_##struct_type, _list_end) = .
21 _CONCAT(_##struct_type, _list_start) = .; \
24 _CONCAT(_##struct_type, _list_end) = .
31 _CONCAT(_##struct_type, _list_start) = .; \
33 _CONCAT(_##struct_type, _list_end) = .
/Zephyr-Core-3.7.0/include/zephyr/net/http/
Dservice.h168 extern struct http_resource_desc _CONCAT(_http_resource_desc_##_name, _list_start)[]; \
169 extern struct http_resource_desc _CONCAT(_http_resource_desc_##_name, _list_end)[]; \
171 &_CONCAT(_http_resource_desc_##_name, _list_start)[0], \
172 &_CONCAT(_http_resource_desc_##_name, _list_end)[0])
196 extern struct http_resource_desc _CONCAT(_http_resource_desc_##_name, _list_start)[]; \
197 extern struct http_resource_desc _CONCAT(_http_resource_desc_##_name, _list_end)[]; \
199 &_CONCAT(_http_resource_desc_##_name, _list_start)[0], \
200 &_CONCAT(_http_resource_desc_##_name, _list_end)[0], \
/Zephyr-Core-3.7.0/include/zephyr/sensing/
Dsensing_sensor.h133 _CONCAT(_CONCAT(__sensing_sensor_info_, idx), DEVICE_DT_NAME_GET(node))
164 _CONCAT(__sensing_connections_, DEVICE_DT_NAME_GET(node))
263 _CONCAT(_CONCAT(__sensing_submit_cfg_, idx), DEVICE_DT_NAME_GET(node))
274 _CONCAT(_CONCAT(__sensing_iodev_, idx), DEVICE_DT_NAME_GET(node))
303 _CONCAT(_CONCAT(__sensing_sensor_, idx), DEVICE_DT_NAME_GET(node))
/Zephyr-Core-3.7.0/include/zephyr/modem/
Dppp.h182 static uint8_t _CONCAT(_name, _receive_buf)[_buf_size]; \
183 static uint8_t _CONCAT(_name, _transmit_buf)[_buf_size]; \
187 .receive_buf = _CONCAT(_name, _receive_buf), \
188 .transmit_buf = _CONCAT(_name, _transmit_buf), \
192 NET_DEVICE_INIT(_CONCAT(ppp_net_dev_, _name), "modem_ppp_" # _name, \
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio_nrf5_resources.h12 #define EVENT_TIMER _CONCAT(NRF_TIMER, EVENT_TIMER_ID)
31 #define EVENT_TIMER _CONCAT(NRF_TIMER, EVENT_TIMER_ID)
73 #define EVENT_TIMER _CONCAT(NRF_TIMER, EVENT_TIMER_ID)
/Zephyr-Core-3.7.0/modules/hal_nordic/nrfx/
Dnrfx_log.h16 #define NRFX_MODULE_PREFIX _CONCAT(NRFX_, NRFX_LOG_MODULE)
24 #if !IS_ENABLED(_CONCAT(NRFX_MODULE_PREFIX, _CONFIG_LOG_ENABLED))
28 _CONCAT(NRFX_MODULE_PREFIX, _CONFIG_LOG_LEVEL)
Dnrfx_config.h932 NRFX_CONFIG_MASK_DT(DT_NODELABEL(_CONCAT(dppic, inst_num)), source_channels)
936 NRFX_CONFIG_MASK_DT(DT_NODELABEL(_CONCAT(dppic, inst_num)), sink_channels)
939 UTIL_OR(DT_NODE_HAS_PROP(DT_NODELABEL(_CONCAT(dppic, inst_num)), source_channels), \
940 DT_NODE_HAS_PROP(DT_NODELABEL(_CONCAT(dppic, inst_num)), sink_channels))
943 #define NRFX_CONFIG_DPPI_CHANNELS_ENTRY_NAME(node_id) _CONCAT(_CONCAT(m_, node_id), _channels)
945 NRFX_CONFIG_DPPI_CHANNELS_ENTRY_NAME(DT_NODELABEL(_CONCAT(dppic, inst_num)))
986 (DT_NODELABEL(_CONCAT(ipct, inst_num))))
997 (DT_NODE_HAS_PROP(DT_NODELABEL(_CONCAT(ipct, inst_num)), owned_channels)))
1000 #define NRFX_CONFIG_IPCT_CHANNELS_ENTRY_NAME(node_id) _CONCAT(_CONCAT(m_, node_id), _channels)
1004 (NRFX_CONFIG_IPCT_CHANNELS_ENTRY_NAME(DT_NODELABEL(_CONCAT(ipct, inst_num)))))
/Zephyr-Core-3.7.0/subsys/sensing/sensor/phy_3d_sensor/
Dphy_3d_sensor.c226 static struct rtio_iodev_sqe _CONCAT(sqes, _inst)[DT_INST_PROP_LEN(_inst, \
228 static const struct phy_3d_sensor_custom *_CONCAT(customs, _inst) \
230 static struct phy_3d_sensor_data _CONCAT(data, _inst) = { \
231 .sqes = _CONCAT(sqes, _inst), \
232 .customs = _CONCAT(customs, _inst), \
234 static const struct phy_3d_sensor_config _CONCAT(cfg, _inst) = { \
243 &_CONCAT(data, _inst), &_CONCAT(cfg, _inst), \
/Zephyr-Core-3.7.0/drivers/clock_control/
Dclock_control_renesas_ra.c32 #define FREQ_iclk (clock_freqs[_CONCAT(SCRSCK_, SYSCLK_SRC)] / DT_INST_PROP(0, iclk_div))
33 #define FREQ_pclka (clock_freqs[_CONCAT(SCRSCK_, SYSCLK_SRC)] / DT_INST_PROP(0, pclka_div))
34 #define FREQ_pclkb (clock_freqs[_CONCAT(SCRSCK_, SYSCLK_SRC)] / DT_INST_PROP(0, pclkb_div))
35 #define FREQ_pclkc (clock_freqs[_CONCAT(SCRSCK_, SYSCLK_SRC)] / DT_INST_PROP(0, pclkc_div))
36 #define FREQ_pclkd (clock_freqs[_CONCAT(SCRSCK_, SYSCLK_SRC)] / DT_INST_PROP(0, pclkd_div))
37 #define FREQ_fclk (clock_freqs[_CONCAT(SCRSCK_, SYSCLK_SRC)] / DT_INST_PROP(0, fclk_div))
43 #define SCKSCR_INIT_VALUE _CONCAT(CLKSRC_, SYSCLK_SRC)
46 #define SCKDIV_VAL(clk) _CONCAT(SCKDIV_, DT_INST_PROP(0, clk##_div))
47 #define SCKDIV_POS(clk) _CONCAT(SCKDIV_POS_, clk)
/Zephyr-Core-3.7.0/include/zephyr/net/
Dcoap_service.h135 extern struct coap_resource _CONCAT(_coap_resource_##_name, _list_start)[]; \
136 extern struct coap_resource _CONCAT(_coap_resource_##_name, _list_end)[]; \
138 &_CONCAT(_coap_resource_##_name, _list_start)[0], \
139 &_CONCAT(_coap_resource_##_name, _list_end)[0])
/Zephyr-Core-3.7.0/include/zephyr/sys/
Dkobject.h66 static void * const _CONCAT(_object_list_, name_)[] = \
69 _CONCAT(_object_access_, name_)) = \
71 (_CONCAT(_object_list_, name_)) }
Diterable_sections.h44 __in_section(_##secname, static, _CONCAT(section_postfix, _)) __used __noasan
55 #define TYPE_SECTION_START(secname) _CONCAT(_##secname, _list_start)
65 #define TYPE_SECTION_END(secname) _CONCAT(_##secname, _list_end)
/Zephyr-Core-3.7.0/subsys/sensing/sensor/hinge_angle/
Dhinge_angle.c157 static struct hinge_angle_context _CONCAT(hinge_ctx, _inst); \
158 static struct sensing_callback_list _CONCAT(hinge_cb, _inst) = { \
160 .context = &_CONCAT(hinge_ctx, _inst), \
163 &_CONCAT(hinge_cb, _inst), \
165 &_CONCAT(hinge_ctx, _inst), NULL, \
/Zephyr-Core-3.7.0/include/zephyr/drivers/
Dpinctrl.h93 _CONCAT(PINCTRL_STATE_, \
103 _CONCAT(__pinctrl_dev_config, DEVICE_DT_NAME_GET(node_id))
112 _CONCAT(__pinctrl_states, DEVICE_DT_NAME_GET(node_id))
122 _CONCAT(__pinctrl_state_pins_ ## state_idx, DEVICE_DT_NAME_GET(node_id))
136 _CONCAT(PINCTRL_SKIP_, \
Dsensor.h649 static struct sensor_chan_spec _CONCAT(__channel_array_, name)[] = {__VA_ARGS__}; \
650 static struct sensor_read_config _CONCAT(__sensor_read_config_, name) = { \
653 .channels = _CONCAT(__channel_array_, name), \
654 .count = ARRAY_SIZE(_CONCAT(__channel_array_, name)), \
655 .max = ARRAY_SIZE(_CONCAT(__channel_array_, name)), \
657 RTIO_IODEV_DEFINE(name, &__sensor_iodev_api, _CONCAT(&__sensor_read_config_, name))
679 static struct sensor_stream_trigger _CONCAT(__trigger_array_, name)[] = {__VA_ARGS__}; \
680 static struct sensor_read_config _CONCAT(__sensor_read_config_, name) = { \
683 .triggers = _CONCAT(__trigger_array_, name), \
684 .count = ARRAY_SIZE(_CONCAT(__trigger_array_, name)), \
[all …]
Demul.h111 #define EMUL_DT_NAME_GET(node_id) _CONCAT(__emulreg_, node_id)
117 #define Z_EMUL_REG_BUS_IDENTIFIER(_dev_node_id) (_CONCAT(_CONCAT(__emulreg_, _dev_node_id), _bus))
/Zephyr-Core-3.7.0/drivers/gpio/
Dgpio_renesas_ra.c393 const uint8_t _CONCAT(n, ___pins##i[]) = {DT_FOREACH_PROP_ELEM_SEP( \
394 n, _CONCAT(DT_STRING_TOKEN_BY_IDX(n, p, i), _pins), DT_PROP_BY_IDX, (,))};
398 .port_irq = _CONCAT(RA_NUM_, DT_STRING_UPPER_TOKEN_BY_IDX(n, p, i)), \
402 .pins = _CONCAT(n, ___pins##i), \
403 .num = ARRAY_SIZE(_CONCAT(n, ___pins##i)), \
404 .isr = _CONCAT(n, _CONCAT(gpio_ra_isr_, DT_STRING_TOKEN_BY_IDX(n, p, i))), \
408 static void _CONCAT(n, _CONCAT(gpio_ra_isr_, DT_STRING_TOKEN_BY_IDX(n, p, i)))( \
412 _CONCAT(RA_NUM_, DT_STRING_UPPER_TOKEN_BY_IDX(n, p, i))); \
/Zephyr-Core-3.7.0/include/zephyr/toolchain/
Dcommon.h138 #define _CONCAT(x, y) _DO_CONCAT(x, y) macro
173 enum _CONCAT(__build_assert_enum, __COUNTER__) { \
174 _CONCAT(__build_assert, __COUNTER__) = 1 / !!(EXPR) \
/Zephyr-Core-3.7.0/samples/boards/nrf/nrfx/src/
Dmain.c20 #define GPIOTE_NODE DT_NODELABEL(_CONCAT(gpiote, GPIOTE_INST))
24 BUILD_ASSERT(IS_ENABLED(_CONCAT(CONFIG_, _CONCAT(NRFX_GPIOTE, GPIOTE_INST))),
/Zephyr-Core-3.7.0/include/zephyr/arch/x86/intel64/
Darch.h79 X86_RESERVE_IRQ(irq_p, _CONCAT(_irq_alloc_fixed, __COUNTER__)); \
88 X86_RESERVE_IRQ(irq_p, _CONCAT(_irq_alloc_fixed, __COUNTER__)); \
/Zephyr-Core-3.7.0/drivers/memc/
Dmemc_nxp_s32_qspi.c81 .dataRate = _CONCAT(QSPI_IP_DATA_RATE_, \
118 .dllMode = _CONCAT(QSPI_IP_DLL_, \
132 _CONCAT(QSPI_IP_READ_MODE_, DT_INST_STRING_UPPER_TOKEN(n, side##_rx_clock_source))
163 _CONCAT(FEATURE_QSPI_, DT_INST_STRING_UPPER_TOKEN(n, a_rx_clock_source)) == 1,\
/Zephyr-Core-3.7.0/soc/native/inf_clock/
Dposix_native_task.h42 static void (* const _CONCAT(__native_task_, fn))() __used __noasan \

1234