Data Fields | |
uint8_t | bInterfaceNumber |
uhc_device_t * | dev |
usb_ep_t | ep_bulk_in |
usb_ep_t | ep_bulk_out |
usb_ep_t | ep_int_in |
usb_ep_t | ep_int_out |
usb_ep_t | ep_iso_in |
usb_ep_t | ep_iso_out |
uint8_t uhi_vendor_dev_t::bInterfaceNumber |
Referenced by uhi_vendor_enable(), and uhi_vendor_install().
uhc_device_t* uhi_vendor_dev_t::dev |
Referenced by uhi_vendor_bulk_in_run(), uhi_vendor_bulk_is_available(), uhi_vendor_bulk_out_run(), uhi_vendor_control_in_run(), uhi_vendor_control_out_run(), uhi_vendor_enable(), uhi_vendor_install(), uhi_vendor_int_in_run(), uhi_vendor_int_is_available(), uhi_vendor_int_out_run(), uhi_vendor_iso_in_run(), uhi_vendor_iso_is_available(), uhi_vendor_iso_out_run(), and uhi_vendor_uninstall().
usb_ep_t uhi_vendor_dev_t::ep_bulk_in |
Referenced by uhi_vendor_bulk_in_run(), uhi_vendor_bulk_is_available(), and uhi_vendor_install().
usb_ep_t uhi_vendor_dev_t::ep_bulk_out |
Referenced by uhi_vendor_bulk_is_available(), uhi_vendor_bulk_out_run(), and uhi_vendor_install().
usb_ep_t uhi_vendor_dev_t::ep_int_in |
Referenced by uhi_vendor_install(), uhi_vendor_int_in_run(), and uhi_vendor_int_is_available().
usb_ep_t uhi_vendor_dev_t::ep_int_out |
Referenced by uhi_vendor_install(), uhi_vendor_int_is_available(), and uhi_vendor_int_out_run().
usb_ep_t uhi_vendor_dev_t::ep_iso_in |
Referenced by uhi_vendor_install(), uhi_vendor_iso_in_run(), and uhi_vendor_iso_is_available().
usb_ep_t uhi_vendor_dev_t::ep_iso_out |
Referenced by uhi_vendor_install(), uhi_vendor_iso_is_available(), and uhi_vendor_iso_out_run().