MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / usbRead

Function usbRead

lib/usb/usb.h:77–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77static inline Bytes usbRead(int side,
78 bool synced,
79 nanoseconds_t readTime,
80 nanoseconds_t hardSectorThreshold)
81{
82 return getUsb().read(side, synced, readTime, hardSectorThreshold);
83}
84
85static inline void usbWrite(
86 int side, const Bytes& bytes, nanoseconds_t hardSectorThreshold)

Callers 2

nextMethod · 0.85
mainAnalyseDriveResponseFunction · 0.85

Calls 1

readMethod · 0.45

Tested by

no test coverage detected