Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
367
static void writecmd16(u8 cmd, u16 val) {
368
u16 tmp16;
369
370
tmp16 = swap16(val);
371
writecmdLong(cmd, &tmp16, sizeof(tmp16));
372
}
373
374
static void recvsub0(void) {
375
rwp = readcmd16(0x16);
Callers
1
recvsub1
Function · 0.85
Calls
2
swap16
Function · 0.85
writecmdLong
Function · 0.85
Tested by
no test coverage detected