Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/finsh/
H A Dfinsh_error.h21 const char* finsh_error_string(uint8_t type);
H A Dfinsh_error.c52 const char* finsh_error_string(uint8_t type) in finsh_error_string() function
H A Dfinsh.h227 const char* finsh_error_string(uint8_t type);
H A Dshell.c371 err_str = finsh_error_string(finsh_errno()); in finsh_run_line()