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

Function usbSetDrive

lib/usb/usb.h:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91static inline void usbSetDrive(int drive, bool high_density, int index_mode)
92{
93 getUsb().setDrive(drive, high_density, index_mode);
94}
95
96static inline void usbMeasureVoltages(struct voltages_frame* voltages)
97{

Callers 7

nextMethod · 0.85
addFluxMethod · 0.85
measureDiskRotationFunction · 0.85
mainSeekFunction · 0.85
mainRpmFunction · 0.85
mainAnalyseDriveResponseFunction · 0.85
drawContentMethod · 0.85

Calls 1

setDriveMethod · 0.45

Tested by

no test coverage detected