IceCube display
LED display to show IceCube event data
Address management

USB bus address management. More...

Functions

uint8_t usb_get_address ()
 Get the currently assigned USB device address.
 
void usb_set_address (uint8_t address)
 Set a new USB device address.
 

Detailed Description

USB bus address management.

Every USB device is assigned an address that is unique on the bus the device is present on. This is commonly also stored in hardware to ensure USB packets not intended for this device can be ignored.