MCPcopy Create free account
hub / github.com/Simple-XX/SimpleKernel / putc

Function putc

tests/integration_test/aarch64_minimal/main.cpp:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9extern "C" {
10volatile uint8_t* uart = (uint8_t*)0x9000000;
11void putc(char character) { *uart = character; }
12
13struct param {
14 uint64_t a;

Callers 2

calleeFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected