MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / getUsbBootMode

Function getUsbBootMode

Tactility/Source/hal/usb/UsbMock.cpp:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8void stop() {}
9Mode getMode() { return Mode::Default; }
10BootMode getUsbBootMode() { return BootMode::None; }
11bool isSupported() { return false; }
12
13bool canRebootIntoMassStorageSdmmc() { return false; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected