|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
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. | |
Snapshot of the attached HUB device, passed to the attach callback.
Definition at line 140 of file ra8_usb_hhub.h.
| uint8_t ra8_usb_hhub_device_t::device_address |
Assigned USB address (1..127).
Definition at line 141 of file ra8_usb_hhub.h.
| uint8_t ra8_usb_hhub_device_t::port_count |
bNbrPorts from HUB descriptor.
Definition at line 142 of file ra8_usb_hhub.h.
| uint16_t ra8_usb_hhub_device_t::product_id |
idProduct.
Definition at line 144 of file ra8_usb_hhub.h.
| uint16_t ra8_usb_hhub_device_t::vendor_id |
idVendor.
Definition at line 143 of file ra8_usb_hhub.h.