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

Function notectl_register

drivers/note/notectl_driver.c:238–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236 ****************************************************************************/
237
238int notectl_register(void)
239{
240 return register_driver("/dev/notectl", &g_notectl_fops, 0666, NULL);
241}

Callers 1

note_initializeFunction · 0.85

Calls 1

register_driverFunction · 0.85

Tested by

no test coverage detected