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

Function SetBeeperIn

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

Source from the content-addressed store, hash-verified

75 }
76
77 void SetBeeperIn() {
78 __outbyte(0x61, __inbyte(0x61) & 253);
79 }
80
81 void SetBeeperOut() {
82 __outbyte(0x61, __inbyte(0x61) | 2);

Callers 1

KbSetBeeperInFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected