MCPcopy 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
286PRIVATE 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
295PRIVATE void set_leds()
296{

Callers 1

set_ledsFunction · 0.85

Calls 1

inbFunction · 0.85

Tested by

no test coverage detected