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

Function usbGetRotationalPeriod

lib/usb/usb.h:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72static inline nanoseconds_t usbGetRotationalPeriod(int hardSectorCount)
73{
74 return getUsb().getRotationalPeriod(hardSectorCount);
75}
76
77static inline Bytes usbRead(int side,
78 bool synced,

Callers 3

measureDiskRotationFunction · 0.85
mainRpmFunction · 0.85
mainAnalyseDriveResponseFunction · 0.85

Calls 1

getRotationalPeriodMethod · 0.45

Tested by

no test coverage detected