Prusa MINI Firmware overview
|
#include <address.h>
Public Member Functions | |
virtual UsbDevice * | GetUsbDevicePtr (uint8_t addr)=0 |
virtual uint8_t | AllocAddress (uint8_t parent, bool is_hub=false, uint8_t port=0)=0 |
virtual void | FreeAddress (uint8_t addr)=0 |
Implemented in AddressPoolImpl< MAX_DEVICES_ALLOWED >, and AddressPoolImpl< USB_NUMDEVICES >.
|
pure virtual |
Implemented in AddressPoolImpl< MAX_DEVICES_ALLOWED >, and AddressPoolImpl< USB_NUMDEVICES >.
Implemented in AddressPoolImpl< MAX_DEVICES_ALLOWED >, and AddressPoolImpl< USB_NUMDEVICES >.