MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / WritePortByte

Function WritePortByte

Kernel-Bridge/API/IO.cpp:121–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 }
120
121 void WritePortByte(unsigned short PortNumber, unsigned char Data) {
122 __outbyte(PortNumber, Data);
123 }
124
125 void WritePortWord(unsigned short PortNumber, unsigned short Data) {
126 __outword(PortNumber, Data);

Callers 1

KbWritePortFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected