USB Host Shield 2.0
|
This is the complete list of members for USBH_MIDI, including all inherited members.
attachOnInit(void(*funcOnInit)(void)) | USBH_MIDI | inline |
attachOnRelease(void(*funcOnRelease)(void)) | USBH_MIDI | inline |
bAddress | USBH_MIDI | protected |
bPollEnable | USBH_MIDI | protected |
bTransferTypeMask | USBH_MIDI | protected |
ConfigureDevice(uint8_t parent, uint8_t port, bool lowspeed) | USBDeviceConfig | inlinevirtual |
convertStatus2Cin(uint8_t status) | USBH_MIDI | inlineprotected |
countSysExDataSize(uint8_t *dataptr) | USBH_MIDI | protected |
DEVCLASSOK(uint8_t klass) | USBDeviceConfig | inlinevirtual |
DEVSUBCLASSOK(uint8_t subklass) | USBDeviceConfig | inlinevirtual |
EndpointXtract(uint8_t conf, uint8_t iface, uint8_t alt, uint8_t proto, const USB_ENDPOINT_DESCRIPTOR *ep) | USBH_MIDI | protectedvirtual |
epDataInIndex | USBH_MIDI | protectedstatic |
epDataOutIndex | USBH_MIDI | protectedstatic |
epInfo | USBH_MIDI | protected |
extractSysExData(uint8_t *p, uint8_t *buf) | USBH_MIDI | |
GetAddress() | USBH_MIDI | inlinevirtual |
getMsgSizeFromCin(uint8_t cin) | USBH_MIDI | inlineprotected |
idProduct() | USBH_MIDI | inline |
idVendor() | USBH_MIDI | inline |
Init(uint8_t parent, uint8_t port, bool lowspeed) | USBH_MIDI | virtual |
lookupMsgSize(uint8_t midiMsg, uint8_t cin=0) | USBH_MIDI | |
operator bool() | USBH_MIDI | inline |
pid | USBH_MIDI | protected |
Poll() | USBDeviceConfig | inlinevirtual |
pUsb | USBH_MIDI | protected |
RcvData(uint16_t *bytes_rcvd, uint8_t *dataptr) | USBH_MIDI | inline |
RcvData(uint8_t *outBuf) | USBH_MIDI | inline |
readPtr | USBH_MIDI | protected |
recvBuf | USBH_MIDI | protected |
RecvData(uint16_t *bytes_rcvd, uint8_t *dataptr) | USBH_MIDI | |
RecvData(uint8_t *outBuf, bool isRaw=false) | USBH_MIDI | |
RecvRawData(uint8_t *outBuf) | USBH_MIDI | inline |
Release() | USBH_MIDI | virtual |
ResetHubPort(uint8_t port) | USBDeviceConfig | inlinevirtual |
SendData(uint8_t *dataptr, uint8_t nCable=0) | USBH_MIDI | |
SendRawData(uint16_t bytes_send, uint8_t *dataptr) | USBH_MIDI | inline |
SendSysEx(uint8_t *dataptr, uint16_t datasize, uint8_t nCable=0) | USBH_MIDI | |
setupDeviceSpecific() | USBH_MIDI | protected |
USBH_MIDI(USB *p) | USBH_MIDI | |
vid | USBH_MIDI | protected |
VIDPIDOK(uint16_t vid, uint16_t pid) | USBDeviceConfig | inlinevirtual |