Home
last modified time | relevance | path

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

/SCP-firmware-master/debugger/src/cli/
A Dcli_commands_checkpoint.c113 while (fwk_io_getch(fwk_io_stdin, &c) == FWK_SUCCESS) in checkpoint_boot_state()
118 if (fwk_io_getch(fwk_io_stdin, &c) == FWK_SUCCESS) { in checkpoint_boot_state()
A Dcli.c583 status = fwk_io_getch(fwk_io_stdin, &c); in cli_getline()
947 status = fwk_io_getch(fwk_io_stdin, &c); in cli_get_command()
1305 if (fwk_io_getch(fwk_io_stdin, &c) == FWK_SUCCESS) { in cli_debug_output()
/SCP-firmware-master/framework/include/
A Dfwk_io.h296 int fwk_io_getch(
/SCP-firmware-master/module/debugger_cli/src/
A Dmod_debugger_cli.c37 status = fwk_io_getch(fwk_io_stdin, &ch); in alarm_callback()
/SCP-firmware-master/framework/src/
A Dfwk_io.c159 int fwk_io_getch(const struct fwk_io_stream *stream, char *ch) in fwk_io_getch() function
238 status = fwk_io_getch(stream, cbuffer++); in fwk_io_read()
/SCP-firmware-master/unit_test/unity_mocks/mocks/
A DMockfwk_io.c586 int fwk_io_getch(const struct fwk_io_stream* stream, char* ch) in fwk_io_getch() function

Completed in 16 milliseconds