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

Function writecmd16

src/dolphin/src/eth/eth.c:367–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365}
366
367static void writecmd16(u8 cmd, u16 val) {
368 u16 tmp16;
369
370 tmp16 = swap16(val);
371 writecmdLong(cmd, &tmp16, sizeof(tmp16));
372}
373
374static void recvsub0(void) {
375 rwp = readcmd16(0x16);

Callers 1

recvsub1Function · 0.85

Calls 2

swap16Function · 0.85
writecmdLongFunction · 0.85

Tested by

no test coverage detected