MCPcopy 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
45static inline bool isDigitalReply(const uint8_t *status)
46{
47 return (status[1] & 0xF0) == 0x40;
48}
49
50static inline bool isConfigReply(const uint8_t *status)
51{

Callers 1

processDataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected