Searched refs:g_mbox_received_channel (Results 1 – 4 of 4) sorted by relevance
16 static mbox_channel_id_t g_mbox_received_channel; variable22 g_mbox_received_channel = channel_id; in callback()57 printk("Server receive (on channel %d) value: %d\n", g_mbox_received_channel, in main()
16 static mbox_channel_id_t g_mbox_received_channel; variable22 g_mbox_received_channel = channel_id; in callback()66 printk("Client received (on channel %d) value: %d\n", g_mbox_received_channel, in main()
19 static uint32_t g_mbox_received_channel; variable62 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()
16 static uint32_t g_mbox_received_channel; variable46 g_mbox_received_channel = channel; in callback()