MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / StaOutput

Function StaOutput

src/dolphin/src/eth/eth.c:219–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219static void StaOutput(unsigned int bit) {
220 writecmd(0x0060, bit * 2);
221 writecmd(0x0060, 8 + bit * 2);
222 writecmd(0x0060, 8 + bit * 2);
223 writecmd(0x0060, bit * 2);
224}
225
226static u8 StaInput(void) {
227 unsigned char bit;

Callers 2

PhyReadFunction · 0.85
PhyWriteFunction · 0.85

Calls 1

writecmdFunction · 0.85

Tested by

no test coverage detected