Searched refs:getChar (Results 1 – 1 of 1) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/utilities/debug_console_lite/ |
| D | fsl_debug_console.c | 44 hal_uart_status_t (*getChar)(hal_uart_handle_t handle, member 105 s_debugConsole.getChar = HAL_UartReceiveBlocking; in DbgConsole_Init() 260 …s_debugConsole.getChar((hal_uart_handle_t)&s_debugConsole.uartHandleBuffer[0], (uint8_t *)(&dbgCon… in DbgConsole_Getchar() 1215 …(void)s_debugConsole.getChar((hal_uart_handle_t)&s_debugConsole.uartHandleBuffer[0], buffer, size); in __read() 1262 …s_debugConsole.getChar((hal_uart_handle_t)&s_debugConsole.uartHandleBuffer[0], (uint8_t *)&tmp, si… in __sys_readc() 1313 …s_debugConsole.getChar((hal_uart_handle_t)&s_debugConsole.uartHandleBuffer[0], (uint8_t *)(&ch), 1… in fgetc() 1392 …(void)s_debugConsole.getChar((hal_uart_handle_t)&s_debugConsole.uartHandleBuffer[0], (uint8_t *)bu… in _read_r() 1445 …(void)s_debugConsole.getChar((hal_uart_handle_t)&s_debugConsole.uartHandleBuffer[0], (uint8_t *)bu… in _read()
|