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

Function reset

src/dolphin/src/eth/eth.c:321–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321static void reset(void) {
322 writecmd(0x0060, 0);
323 waitmicro(10000);
324 readEXIcmdWait200Micro(0x0F);
325 waitmicro(10000);
326 writecmd(0x0000, 1);
327 writecmd(0x0000, 0);
328}
329
330static void recvinit(void) {
331 u8 ncrb;

Callers 1

ETHInitFunction · 0.70

Calls 3

writecmdFunction · 0.85
waitmicroFunction · 0.85
readEXIcmdWait200MicroFunction · 0.85

Tested by

no test coverage detected