Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Santroller/Santroller
/ isDigitalReply
Function
isDigitalReply
lib/psx_controller/psx_controller.cpp:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
static inline bool isDigitalReply(const uint8_t *status)
46
{
47
return (status[1] & 0xF0) == 0x40;
48
}
49
50
static inline bool isConfigReply(const uint8_t *status)
51
{
Callers
1
processData
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected