MCPcopy Create free account
hub / github.com/apache/nuttx / noterpmsg_init

Function noterpmsg_init

drivers/note/noterpmsg_driver.c:301–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299 ****************************************************************************/
300
301int noterpmsg_init(void)
302{
303 return rpmsg_register_callback(&g_noterpmsg_driver,
304 noterpmsg_device_created,
305 noterpmsg_device_destroy,
306 NULL,
307 NULL);
308}

Callers 1

note_initializeFunction · 0.85

Calls 1

rpmsg_register_callbackFunction · 0.85

Tested by

no test coverage detected