Go to the source code of this file.
Functions | |
void | usb_port_wr (char *name, uint8_t val) |
uint8_t | usb_port_rd (char *name) |
VDevice * | usbi_create (int addr, char *name, int rel_addr, void *data) |
USBInter_T * | usb_intr_new (int addr, char *name, uint8_t func_mask) |
void | usb_intr_construct (USBInter_T *usb, int addr, char *name, uint8_t func_mask) |
void | usb_intr_destroy (void *usb) |
VDevice * | usb_create (int addr, char *name, int rel_addr, void *data) |
USB_T * | usb_new (int addr, char *name) |
void | usb_construct (USB_T *usb, int addr, char *name) |
void | usb_destroy (void *usb) |
Definition in file usb.c.
|
Allocate a new USB interrupt.
Definition at line 78 of file usb.c. References avr_error. |
|
Constructor for usb interrupt object.
Definition at line 103 of file usb.c. References avr_error, and vdev_construct(). |
|
Destructor for usb interrupt object.
Definition at line 181 of file usb.c. References vdev_destroy(). |
|
Allocate a new USB structure.
|
|
Constructor for new USB object.
Definition at line 321 of file usb.c. References avr_error, and vdev_construct(). |
|
Destructor for USB object.
Definition at line 480 of file usb.c. References vdev_destroy(). |