Home
last modified time | relevance | path

Searched refs:W1DEV_X_NOT_FOUND (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/w1/
Dw1_shell.c17 #define W1DEV_X_NOT_FOUND "1-Wire device not found: \"%s\"" macro
57 shell_error(sh, W1DEV_X_NOT_FOUND, argv[1]); in cmd_w1_reset_bus()
79 shell_error(sh, W1DEV_X_NOT_FOUND, argv[1]); in cmd_w1_read_bit()
103 shell_error(sh, W1DEV_X_NOT_FOUND, argv[1]); in cmd_w1_read_byte()
129 shell_error(sh, W1DEV_X_NOT_FOUND, argv[1]); in cmd_w1_read_block()
170 shell_error(sh, W1DEV_X_NOT_FOUND, argv[1]); in cmd_w1_write_bit()
199 shell_error(sh, W1DEV_X_NOT_FOUND, argv[pos]); in cmd_w1_write_byte()
248 shell_error(sh, W1DEV_X_NOT_FOUND, argv[1]); in cmd_w1_write_block()
302 shell_error(sh, W1DEV_X_NOT_FOUND, argv[1]); in cmd_w1_configure()
355 shell_error(sh, W1DEV_X_NOT_FOUND, argv[1]); in cmd_w1_search()