#include <hidboot.h>
|
| HIDBoot (USB *p) |
|
virtual bool | SetReportParser (uint8_t id, HIDReportParser *prs) |
|
virtual uint8_t | Init (uint8_t parent, uint8_t port, bool lowspeed) |
|
virtual uint8_t | Release () |
|
virtual uint8_t | Poll () |
|
virtual uint8_t | GetAddress () |
|
virtual void | EndpointXtract (uint8_t conf, uint8_t iface, uint8_t alt, uint8_t proto, const USB_ENDPOINT_DESCRIPTOR *ep) |
|
| HID (USB *pusb) |
|
const USB * | GetUsb () |
|
uint8_t | SetProtocol (uint8_t iface, uint8_t protocol) |
|
uint8_t | GetProtocol (uint8_t iface, uint8_t *dataptr) |
|
uint8_t | GetIdle (uint8_t iface, uint8_t reportID, uint8_t *dataptr) |
|
uint8_t | SetIdle (uint8_t iface, uint8_t reportID, uint8_t duration) |
|
uint8_t | GetReportDescr (uint8_t ep, USBReadParser *parser=NULL) |
|
uint8_t | GetHidDescr (uint8_t ep, uint16_t nbytes, uint8_t *dataptr) |
|
uint8_t | GetReport (uint8_t ep, uint8_t iface, uint8_t report_type, uint8_t report_id, uint16_t nbytes, uint8_t *dataptr) |
|
uint8_t | SetReport (uint8_t ep, uint8_t iface, uint8_t report_type, uint8_t report_id, uint16_t nbytes, uint8_t *dataptr) |
|
template<const uint8_t BOOT_PROTOCOL>
template<const uint8_t BOOT_PROTOCOL>
template<const uint8_t BOOT_PROTOCOL>
virtual uint8_t HIDBoot< BOOT_PROTOCOL >::GetAddress |
( |
| ) |
|
|
inlinevirtual |
template<const uint8_t BOOT_PROTOCOL>
uint8_t HIDBoot< BOOT_PROTOCOL >::Init |
( |
uint8_t |
parent, |
|
|
uint8_t |
port, |
|
|
bool |
lowspeed |
|
) |
| |
|
virtual |
template<const uint8_t BOOT_PROTOCOL>
uint8_t HIDBoot< BOOT_PROTOCOL >::Poll |
( |
| ) |
|
|
virtual |
template<const uint8_t BOOT_PROTOCOL>
uint8_t HIDBoot< BOOT_PROTOCOL >::Release |
( |
| ) |
|
|
virtual |
template<const uint8_t BOOT_PROTOCOL>
The documentation for this class was generated from the following file:
- /Users/Lauszus/GitHub/USB_Host_Shield_2.0/hidboot.h