MCPcopy Create free account
hub / github.com/ading2210/linuxpdf / ide_transfer_stop

Function ide_transfer_stop

tinyemu/ide.c:330–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328}
329
330static void ide_transfer_stop(IDEState *s)
331{
332 s->end_transfer_func = ide_transfer_stop;
333 s->data_index = 0;
334 s->data_end = 0;
335}
336
337static int64_t ide_get_sector(IDEState *s)
338{

Callers 3

ide_sector_read_cb_endFunction · 0.85
ide_sector_write_cb1Function · 0.85
ide_identify_cbFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected