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

Function noterpmsg_server_init

drivers/note/noterpmsg_server.c:124–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 ****************************************************************************/
123
124int noterpmsg_server_init(void)
125{
126 return rpmsg_register_callback(NULL,
127 NULL,
128 NULL,
129 noterpmsg_ns_match,
130 noterpmsg_ns_bind);
131}

Callers 1

note_initializeFunction · 0.85

Calls 1

rpmsg_register_callbackFunction · 0.85

Tested by

no test coverage detected