MCPcopy Create free account
hub / github.com/bmorcelli/Launcher / tud_msc_read10_cb

Function tud_msc_read10_cb

src/massStorage.cpp:224–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224extern "C" int32_t
225tud_msc_read10_cb(uint8_t lun, uint32_t lba, uint32_t offset, void *buffer, uint32_t bufsize) {
226 (void)lun;
227 return usbReadCallback(lba, offset, buffer, bufsize);
228}
229
230extern "C" int32_t
231tud_msc_write10_cb(uint8_t lun, uint32_t lba, uint32_t offset, uint8_t *buffer, uint32_t bufsize) {

Callers

nothing calls this directly

Calls 1

usbReadCallbackFunction · 0.85

Tested by

no test coverage detected