Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ kb_ack
Function
kb_ack
bsp/x86/drivers/keyboard.c:286–293 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
284
}
285
286
PRIVATE void kb_ack()
287
{
288
t_8 kb_read;
289
290
do {
291
kb_read = inb(KB_DATA);
292
} while (kb_read != KB_ACK);
293
}
294
295
PRIVATE void set_leds()
296
{
Callers
1
set_leds
Function · 0.85
Calls
1
inb
Function · 0.85
Tested by
no test coverage detected