|
Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
|
#include <ioforge_int_pipe.hpp>
Public Member Functions | |
| virtual | ~USBInterruptPipe ()=default |
| virtual bool | open (const USBInterruptPipeDesc &desc, InterruptCallback cb)=0 |
| virtual void | close ()=0 |
| virtual void | on_complete (uint8_t *buf, size_t len, bool error)=0 |
Definition at line 16 of file ioforge_int_pipe.hpp.
|
virtualdefault |
|
pure virtual |
Implemented in EHCIPipe.
|
pure virtual |
Implemented in EHCIPipe.
Referenced by HIDKeyboard::load().