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

Function reset_rpmsg_server_init

drivers/reset/reset_rpmsg.c:794–801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

792 ****************************************************************************/
793
794int reset_rpmsg_server_init(void)
795{
796 return rpmsg_register_callback(NULL,
797 NULL,
798 NULL,
799 reset_rpmsg_server_match,
800 reset_rpmsg_server_bind);
801}

Callers 1

drivers_initializeFunction · 0.85

Calls 1

rpmsg_register_callbackFunction · 0.85

Tested by

no test coverage detected