Functions | |
| cmd_err_t | console_parse_cmd (const char *line) |
| int | hex_str_to_int (const char *hex_str) |
| int | str_to_int (const char *str) |
| cmd_err_t console_parse_cmd | ( | const char * | line | ) |
Break an input line into command and arguments and invoke it.
| [in] | line | The line of input. |
| int hex_str_to_int | ( | const char * | hex_str | ) |
Convert a hexidecimal string to an integer.
| [in] | hex_str | The string containing the hex value. |
| int str_to_int | ( | const char * | str | ) |
Convert a decimal or hexidecimal string to an integer.
| [in] | str | The string containing the value. |