Home
last modified time | relevance | path

Searched refs:g_mbox_received_channel (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/samples/drivers/mbox_data/remote/src/
Dmain.c16 static mbox_channel_id_t g_mbox_received_channel; variable
22 g_mbox_received_channel = channel_id; in callback()
57 printk("Server receive (on channel %d) value: %d\n", g_mbox_received_channel, in main()
/Zephyr-latest/samples/drivers/mbox_data/src/
Dmain.c16 static mbox_channel_id_t g_mbox_received_channel; variable
22 g_mbox_received_channel = channel_id; in callback()
66 printk("Client received (on channel %d) value: %d\n", g_mbox_received_channel, in main()
/Zephyr-latest/tests/drivers/mbox/mbox_data/src/
Dmain.c19 static uint32_t g_mbox_received_channel; variable
62 g_mbox_received_channel = channel; in callback()
148 zassert_equal(g_mbox_expected_channel, g_mbox_received_channel, in mbox_test()
150 g_mbox_expected_channel, g_mbox_received_channel); in mbox_test()
/Zephyr-latest/tests/drivers/mbox/mbox_data/remote/src/
Dmain.c16 static uint32_t g_mbox_received_channel; variable
46 g_mbox_received_channel = channel; in callback()