Searched refs:mbox_callback (Results 1 – 4 of 4) sorted by relevance
/Zephyr-Core-3.5.0/samples/boards/nrf/nrf53_sync_rtc/net/src/ |
D | main.c | 30 static void mbox_callback(const struct device *dev, uint32_t channel, in mbox_callback() function 49 err = mbox_register_callback(&channel, mbox_callback, NULL); in mbox_init()
|
/Zephyr-Core-3.5.0/soc/arm/nordic_nrf/nrf53/ |
D | sync_rtc.c | 193 static void mbox_callback(const struct device *dev, uint32_t channel, in mbox_callback() function 221 err = mbox_register_callback(&channel, mbox_callback, user_data); in mbox_rx_init()
|
/Zephyr-Core-3.5.0/subsys/ipc/ipc_service/lib/ |
D | icmsg.c | 238 static void mbox_callback(const struct device *instance, uint32_t channel, in mbox_callback() function 253 err = mbox_register_callback(&conf->mbox_rx, mbox_callback, dev_data); in mbox_init()
|
/Zephyr-Core-3.5.0/subsys/ipc/ipc_service/backends/ |
D | ipc_rpmsg_static_vrings.c | 310 static void mbox_callback(const struct device *instance, uint32_t channel, in mbox_callback() function 332 err = mbox_register_callback(&conf->mbox_rx, mbox_callback, data); in mbox_init()
|