#include <usb/dev/driver.h>
#include <usb/dev/hub.h>
Go to the source code of this file.
Data Structures | |
| struct | usb_hub_port_t |
| Information about single port on a hub. More... | |
Typedefs | |
| typedef usb_hub_info_t | usb_hub_info_t |
Functions | |
| static void | usb_hub_port_init (usb_hub_port_t *port) |
| Initialize hub port information. | |
| void | usb_hub_process_port_interrupt (usb_hub_info_t *hub, uint16_t port) |
| Process interrupts on given hub port. | |
Definition in file ports.h.
1.4.7