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

Function usbWrite

lib/usb/usb.h:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85static inline void usbWrite(
86 int side, const Bytes& bytes, nanoseconds_t hardSectorThreshold)
87{
88 getUsb().write(side, bytes, hardSectorThreshold);
89}
90
91static inline void usbSetDrive(int drive, bool high_density, int index_mode)
92{

Callers 2

addFluxMethod · 0.85
mainAnalyseDriveResponseFunction · 0.85

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected