Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
238
int notectl_register(void)
239
{
240
return register_driver(
"/dev/notectl"
, &g_notectl_fops, 0666, NULL);
241
}
Callers
1
note_initialize
Function · 0.85
Calls
1
register_driver
Function · 0.85
Tested by
no test coverage detected