SimpleKernel 1.17.0
Loading...
Searching...
No Matches
early_console.cpp File Reference
Include dependency graph for early_console.cpp:

Go to the source code of this file.

Functions

auto etl_putchar (int c) -> void
 早期控制台字符输出
 

Function Documentation

◆ etl_putchar()

auto etl_putchar ( int  c) -> void

早期控制台字符输出

Parameters
c要输出的字符

Definition at line 43 of file early_console.cpp.

43 {
44 if (pl011_uart) {
45 pl011_uart->PutChar(c);
46 }
47}
Here is the caller graph for this function: