Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/utilities/debug_console_lite/
Dfsl_debug_console.c179 int DbgConsole_Putchar(int dbgConsoleCh) in DbgConsole_Putchar() argument
186 …ole.putChar((hal_uart_handle_t)&s_debugConsole.uartHandleBuffer[0], (uint8_t *)(&dbgConsoleCh), 1); in DbgConsole_Putchar()
253 char dbgConsoleCh; in DbgConsole_Getchar() local
260 …ole.getChar((hal_uart_handle_t)&s_debugConsole.uartHandleBuffer[0], (uint8_t *)(&dbgConsoleCh), 1)) in DbgConsole_Getchar()
265 return (int)dbgConsoleCh; in DbgConsole_Getchar()
Dfsl_debug_console.h265 int DbgConsole_Putchar(int dbgConsoleCh);