Home
last modified time | relevance | path

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

/SCP-firmware-master/debugger/src/cli/
A Dcli_commands_checkpoint.c52 cli_print("CP ID out of range.\n"); in checkpoint_f()
63 cli_print("Checkpoint number out of range.\n"); in checkpoint_f()
74 cli_print("CP ID out of range.\n"); in checkpoint_f()
84 cli_print("CP ID out of range.\n"); in checkpoint_f()
101 cli_print("CLI: Invalid command received:\n"); in checkpoint_f()
116 cli_print("Press any key to enable checkpoints before boot... "); in checkpoint_boot_state()
119 cli_print("\nCheckpoints enabled.\n"); in checkpoint_boot_state()
A Dcli.c449 return cli_print(string); in cli_bprint()
569 status = cli_print(CLI_PROMPT); in cli_getline()
623 status = cli_print("\n"); in cli_getline()
898 status = cli_print("m"); in cli_format()
935 cli_print("\x1B[s"); in cli_get_command()
937 cli_print("\x1B[999;999f"); in cli_get_command()
939 cli_print("\x1B[6n"); in cli_get_command()
941 cli_print("\x1B[u"); in cli_get_command()
1098 return cli_print("\n"); in cli_get_command()
1221 cli_print("\n"); in cli_command_dispatch()
[all …]
A Dcli_commands_core.c107 cli_print(" \""); in dump_memory_f()
116 cli_print("\"\n"); in dump_memory_f()
202 cli_print("Value: 0x"); in read_memory_f()
231 cli_print("\n"); in read_memory_f()
320 cli_print("This command is not implemented.\n"); in reset_sys_f()
A Dreadme.txt61 cli_printf and cli_bprintf are formatted printing functions, and cli_print and
/SCP-firmware-master/module/debugger_cli/src/
A Dmod_debugger_cli.c122 cli_print("[CLI_DEBUGGER_MODULE] Entering CLI\n"); in debugger_cli_process_event()
138 cli_print("\n[CLI_DEBUGGER_MODULE] Exiting CLI\n"); in debugger_cli_process_event()
/SCP-firmware-master/debugger/include/
A Dcli.h217 uint32_t cli_print(const char *string);

Completed in 7 milliseconds