Home
last modified time | relevance | path

Searched refs:LISTIFY (Results 1 – 25 of 133) sorted by relevance

123456

/Zephyr-latest/tests/kernel/interrupt/src/
Dsw_isr_table.c31 LISTIFY(CONFIG_NUM_2ND_LEVEL_AGGREGATORS, PARENT_IRQ_FN, (,)), in ZTEST()
65 LISTIFY(CONFIG_NUM_2ND_LEVEL_AGGREGATORS, PARENT_DEV_FN, (,)), in ZTEST()
68 LISTIFY(CONFIG_NUM_2ND_LEVEL_AGGREGATORS, PARENT_IRQ_FN, (,)), in ZTEST()
/Zephyr-latest/tests/subsys/logging/log_benchmark/src/
Dmain.c88 LOG_ERR("test" LISTIFY(nargs, TEST_FORMAT_SPEC, ()) \
89 LISTIFY(nargs, TEST_VALUE, ())); \
126 LOG_ERR("test" LISTIFY(nargs, TEST_FORMAT_SPEC, ()) \
127 LISTIFY(nargs, TEST_VALUE, ())); \
171 LOG_ERR("test" LISTIFY(nargs, TEST_FORMAT_SPEC, ()) \
172 LISTIFY(nargs, TEST_VALUE, ())); \
/Zephyr-latest/arch/x86/core/intel64/
Dcpu.c32 LISTIFY(CONFIG_MP_MAX_NUM_CPUS, INIT_CPUID, (,)),};
36 LISTIFY(CONFIG_MP_MAX_NUM_CPUS, ACPI_CPU_INIT, (;));
42 LISTIFY(CONFIG_MP_MAX_NUM_CPUS, X86_CPU_BOOT_INIT, (,)),
/Zephyr-latest/soc/ite/ec/common/
Dsoc_dt.h61 LISTIFY(IT8XXX2_DT_INST_WUCCTRL_LEN(inst), \
84 LISTIFY(DT_INST_PROP(inst, ngpios), \
/Zephyr-latest/samples/sensor/dht_polling/src/
Dmain.c23 static const struct device *const sensors[] = {LISTIFY(10, DHT_DEVICE, ())};
31 LISTIFY(10, DHT_IODEV, (;));
36 static struct rtio_iodev *dht_iodev[] = { LISTIFY(10, DHT_IODEV_REF, (,)) };
/Zephyr-latest/tests/lib/sys_util/src/
Dmain.c53 zassert_equal(63, NUM_VA_ARGS(LISTIFY(63, ~, (,)))); in ZTEST()
68 zassert_equal(63, NUM_VA_ARGS_LESS_1(LISTIFY(64, ~, (,)))); in ZTEST()
/Zephyr-latest/arch/common/
Dmultilevel_irq_legacy.c54 LISTIFY(CONFIG_NUM_2ND_LEVEL_AGGREGATORS, CAT_2ND_LVL_LIST, (;), CONFIG_2ND_LVL_ISR_TBL_OFFSET);
70 LISTIFY(CONFIG_NUM_3RD_LEVEL_AGGREGATORS, CAT_3RD_LVL_LIST, (;), CONFIG_3RD_LVL_ISR_TBL_OFFSET);
Disr_tables.c76 LISTIFY(CONFIG_NUM_IRQS, BUILD_VECTOR, (;)); in _irq_vector_table()
/Zephyr-latest/arch/xtensa/core/
Dsmp.c18 LISTIFY(CONFIG_XTENSA_NUM_SPIN_RELAX_NOPS, NOP1, (;)) in arch_spin_relax()
/Zephyr-latest/drivers/mbox/
Dmbox_nrf_vevif_task_rx.c37 LISTIFY(DT_NUM_IRQS(DT_DRV_INST(0)), VEVIF_IRQN, (,))
127 LISTIFY(DT_NUM_IRQS(DT_DRV_INST(0)), VEVIF_IRQ_FUN, ())
138 LISTIFY(DT_NUM_IRQS(DT_DRV_INST(0)), VEVIF_IRQ_CONNECT, (;)); in vevif_task_rx_init()
Dmbox_nxp_s32_mru.c197 LISTIFY(__DEBRACKET RTU_MRU_INSTANCE_COUNT, MRU_HW_INSTANCE_CHECK, (|), n)
268 LISTIFY(MRU_RX_CHANNELS(n), MRU_CH_RX_CFG, (;), n); \
269 LISTIFY(MRU_RX_CHANNELS(n), MRU_CH_RX_LINK_CFG, (;), n); \
271 LISTIFY(MRU_RX_CHANNELS(n), MRU_CH_CFG, (,), n) \
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dmultiple_temp_polling.c24 LISTIFY(NUM_SENSORS, TEMP_DEFINE_IODEV, (;));
26 struct sensor_iodev *iodevs[NUM_SENSORS] = { LISTIFY(NUM_SENSORS, TEMP_IODEV_PTR, (,)) };
Daccel_stream.c24 LISTIFY(NUM_SENSORS, ACCEL_DEFINE_IODEV, (;));
26 struct sensor_iodev *iodevs[NUM_SENSORS] = { LISTIFY(NUM_SENSORS, ACCEL_IODEV_PTR, (,)) };
/Zephyr-latest/include/zephyr/pm/
Dstate.h310 LISTIFY(DT_PROP_LEN_OR(node_id, cpu_power_states, 0), \
357 LISTIFY(DT_PROP_LEN_OR(node_id, cpu_power_states, 0), \
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_bap_audio_stream.h85 LISTIFY(310, BTP_BAP_AUDIO_STREAM_ISO_DATA_GEN, (,)),
/Zephyr-latest/include/zephyr/drivers/clock_control/
Datmel_sam_pmc.h30 LISTIFY(DT_NUM_CLOCKS(node_id), \
/Zephyr-latest/samples/sensor/accel_polling/src/
Dmain.c23 static const struct device *const sensors[] = {LISTIFY(10, ACCELEROMETER_DEVICE, ())};
40 LISTIFY(NUM_SENSORS, ACCEL_DEFINE_IODEV, (;));
42 struct rtio_iodev *iodevs[NUM_SENSORS] = { LISTIFY(NUM_SENSORS, ACCEL_IODEV_PTR, (,)) };
/Zephyr-latest/tests/subsys/usb/desc_sections/src/
Ddesc_sections.c123 LISTIFY(NUM_INSTANCES, DEFINE_TEST_DESC, (;), _);
124 LISTIFY(NUM_INSTANCES, DEFINE_TEST_EP_CFG, (;), _);
125 LISTIFY(NUM_INSTANCES, DEFINE_TEST_CFG_DATA, (;), _);
/Zephyr-latest/subsys/bluetooth/mesh/
Dblob.h56 #define BLOB_BLOCK_SIZE_LOG_CEIL(x) (LISTIFY(20, _BLOB_LOG_2_CEIL, (), x) 20)
57 #define BLOB_BLOCK_SIZE_LOG_FLOOR(x) (LISTIFY(20, _BLOB_LOG_2_FLOOR, (), x) 20)
/Zephyr-latest/drivers/ethernet/
Deth_native_posix.c81 LISTIFY(CONFIG_ETH_NATIVE_POSIX_INTERFACE_COUNT, DEFINE_RX_THREAD, (;), _);
487 LISTIFY(CONFIG_ETH_NATIVE_POSIX_INTERFACE_COUNT, DEFINE_ETH_DEV_DATA, (;), _);
497 LISTIFY(CONFIG_ETH_NATIVE_POSIX_INTERFACE_COUNT, DEFINE_ETH_DEVICE, (;), _);
514 LISTIFY(CONFIG_ETH_NATIVE_POSIX_INTERFACE_COUNT, DEFINE_PTP_DEV_DATA, (;), _);
583 LISTIFY(CONFIG_ETH_NATIVE_POSIX_INTERFACE_COUNT, PTP_INIT_FUNC, (), _)
596 LISTIFY(CONFIG_ETH_NATIVE_POSIX_INTERFACE_COUNT, DEFINE_PTP_DEVICE, (;), _);
/Zephyr-latest/samples/subsys/zbus/benchmark/src/
Dlis.c22 #define CONSUMERS_NAME_LIST LISTIFY(CONFIG_BM_ONE_TO, SFY, (, /* separator */))
Dmsg_sub.c20 #define CONSUMERS_NAME_LIST LISTIFY(CONFIG_BM_ONE_TO, SFY, (, /* separator */))
/Zephyr-latest/samples/sensor/proximity_polling/src/
Dmain.c22 LISTIFY(10, PROX_DEVICES, ())
/Zephyr-latest/samples/sensor/soc_voltage/src/
Dmain.c17 static const struct device *const sensors[] = {LISTIFY(16, VOLT_SENSOR, ())};
/Zephyr-latest/samples/sensor/die_temp_polling/src/
Dmain.c17 static const struct device *const sensors[] = {LISTIFY(16, DIE_TEMPERATURE_SENSOR, ())};

123456