Home
last modified time | relevance | path

Searched refs:NUM_INSTANCES (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/subsys/usb/desc_sections/src/
Ddesc_sections.c111 #define NUM_INSTANCES 2 macro
123 LISTIFY(NUM_INSTANCES, DEFINE_TEST_DESC, (;), _);
124 LISTIFY(NUM_INSTANCES, DEFINE_TEST_EP_CFG, (;), _);
125 LISTIFY(NUM_INSTANCES, DEFINE_TEST_CFG_DATA, (;), _);
241 NUM_INSTANCES, NULL); in ZTEST()
243 NUM_INSTANCES * sizeof(struct usb_cfg_data), NULL); in ZTEST()
/Zephyr-latest/subsys/ipc/ipc_service/backends/
Dipc_rpmsg_static_vrings.c25 #define NUM_INSTANCES DT_NUM_INST_STATUS_OKAY(DT_DRV_COMPAT) macro
39 K_THREAD_STACK_ARRAY_DEFINE(mbox_stack, NUM_INSTANCES, WQ_STACK_SIZE);