Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HoShiMin/Kernel-Bridge
/ ReadPortByte
Function
ReadPortByte
Kernel-Bridge/API/IO.cpp:97–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
96
namespace RW {
97
unsigned char ReadPortByte(unsigned short PortNumber) {
98
return __inbyte(PortNumber);
99
}
100
101
unsigned short ReadPortWord(unsigned short PortNumber) {
102
return __inword(PortNumber);
Callers
1
KbReadPort
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected