Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/mbox/mbox_data/src/
Dmain.c26 #define CHANNELS_TO_TEST 4 macro
30 static const struct mbox_dt_spec channels[CHANNELS_TO_TEST][2] = {
69 zassert_false(current_channel_index >= CHANNELS_TO_TEST, "Channel to test is out of range"); in mbox_data_tests_before()
92 zassert_false(current_channel_index >= CHANNELS_TO_TEST, "Channel to test is out of range"); in mbox_data_tests_after()
/Zephyr-latest/tests/drivers/mbox/mbox_data/remote/src/
Dmain.c18 #define CHANNELS_TO_TEST 4 macro
22 static const struct mbox_dt_spec channels[CHANNELS_TO_TEST][2] = {