MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / is_transmit_empty

Function is_transmit_empty

Kernel/src/arch/x86_64/serial.cpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19int is_transmit_empty() {
20 return inportb(PORT + 5) & 0x20;
21}
22
23volatile int lock = 0;
24

Callers 2

write_serialFunction · 0.85
write_serial_nFunction · 0.85

Calls 1

inportbFunction · 0.85

Tested by

no test coverage detected