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

Function rpmsgmtd_server_init

drivers/mtd/rpmsgmtd_server.c:453–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451 ****************************************************************************/
452
453int rpmsgmtd_server_init(void)
454{
455 return rpmsg_register_callback(NULL,
456 NULL,
457 NULL,
458 rpmsgmtd_ns_match,
459 rpmsgmtd_ns_bind);
460}

Callers 1

drivers_initializeFunction · 0.85

Calls 1

rpmsg_register_callbackFunction · 0.85

Tested by

no test coverage detected