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

Function WritePortByteString

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

Source from the content-addressed store, hash-verified

131 }
132
133 void WritePortByteString(unsigned short PortNumber, unsigned char* Buffer, unsigned long Count) {
134 __outbytestring(PortNumber, Buffer, Count);
135 }
136
137 void WritePortWordString(unsigned short PortNumber, unsigned short* Buffer, unsigned long Count) {
138 __outwordstring(PortNumber, Buffer, Count);

Callers 1

KbWritePortStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected