Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ devfs_init
Function
devfs_init
components/dfs/dfs_v1/filesystems/devfs/devfs.c:407–413 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
405
};
406
407
int devfs_init(void)
408
{
409
/* register device file system */
410
dfs_register(&_device_fs);
411
412
return 0;
413
}
Callers
2
dfs_init
Function · 0.85
rt_init_thread_entry
Function · 0.85
Calls
1
dfs_register
Function · 0.50
Tested by
no test coverage detected