MCPcopy 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
407int devfs_init(void)
408{
409 /* register device file system */
410 dfs_register(&_device_fs);
411
412 return 0;
413}

Callers 2

dfs_initFunction · 0.85
rt_init_thread_entryFunction · 0.85

Calls 1

dfs_registerFunction · 0.50

Tested by

no test coverage detected