ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
ra8_usb_hhub_device_t Struct Reference

Snapshot of the attached HUB device, passed to the attach callback. More...

#include <ra8_usb_hhub.h>

Data Fields

uint8_t device_address
 Assigned USB address (1..127).
uint8_t port_count
 bNbrPorts from HUB descriptor.
uint16_t vendor_id
 idVendor.
uint16_t product_id
 idProduct.

Detailed Description

Snapshot of the attached HUB device, passed to the attach callback.

Definition at line 140 of file ra8_usb_hhub.h.

Field Documentation

◆ device_address

uint8_t ra8_usb_hhub_device_t::device_address

Assigned USB address (1..127).

Definition at line 141 of file ra8_usb_hhub.h.

◆ port_count

uint8_t ra8_usb_hhub_device_t::port_count

bNbrPorts from HUB descriptor.

Definition at line 142 of file ra8_usb_hhub.h.

◆ product_id

uint16_t ra8_usb_hhub_device_t::product_id

idProduct.

Definition at line 144 of file ra8_usb_hhub.h.

◆ vendor_id

uint16_t ra8_usb_hhub_device_t::vendor_id

idVendor.

Definition at line 143 of file ra8_usb_hhub.h.


The documentation for this struct was generated from the following file: