MCPcopy Create free account
hub / github.com/kiibohd/controller / ps2data_read

Function ps2data_read

Scan/PS2/scan_loop.c:51–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49// ----- Functions -----
50
51uint8_t ps2data_read() {
52#if defined(_teensy_3_)
53 return (PS2_PORT_PDIR & (1 << PS2_DATA_PIN)) != 0;
54#else
55#warning "Not implemented"
56#endif
57}
58
59void portb_isr() {
60#if defined(_teensy_3_)

Callers 1

ps2interruptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…