Home
last modified time | relevance | path

Searched defs:device_name (Results 1 – 11 of 11) sorted by relevance

/nrf52832-nimble/rt-thread/components/utilities/zmodem/
H A Dzstart.c80 const char* device_name = finsh_get_device(); in rz() local
102 const char* device_name = finsh_get_device(); in FINSH_FUNCTION_EXPORT() local
/nrf52832-nimble/rt-thread/components/dfs/src/
H A Ddfs_fs.c214 int dfs_mount(const char *device_name, in dfs_mount()
428 int dfs_mkfs(const char *fs_name, const char *device_name) in dfs_mkfs()
525 void mkfs(const char *fs_name, const char *device_name) in mkfs()
/nrf52832-nimble/rt-thread/components/libc/compilers/newlib/
H A Dstdio.c22 int libc_stdio_set_console(const char* device_name, int mode) in libc_stdio_set_console()
/nrf52832-nimble/rt-thread/components/libc/compilers/dlib/
H A Dstdio.c24 int libc_stdio_set_console(const char* device_name, int mode) in libc_stdio_set_console()
/nrf52832-nimble/rt-thread/components/libc/compilers/armlibc/
H A Dstdio.c24 int libc_stdio_set_console(const char* device_name, int mode) in libc_stdio_set_console()
/nrf52832-nimble/packages/NimBLE-latest/apps/blehr/src/
H A Dblehr.c34 static const char *device_name = "blehr_sensor"; variable
/nrf52832-nimble/packages/NimBLE-latest/apps/blecsc/src/
H A Dblecsc_sens.c53 static const char *device_name = "blecsc_sensor"; variable
/nrf52832-nimble/rt-thread/examples/test/
H A Ddevice_test.c475 int device_test(const char * device_name) in device_test()
/nrf52832-nimble/rt-thread/components/dfs/include/
H A Ddfs_fs.h69 const char *device_name; member
/nrf52832-nimble/rt-thread/components/finsh/
H A Dshell.c170 void finsh_set_device(const char *device_name) in finsh_set_device()
/nrf52832-nimble/rt-thread/components/utilities/logtrace/
H A Dlog_trace.c418 rt_err_t log_trace_set_device(const char *device_name) in log_trace_set_device()