|
Prusa MINI Firmware overview
|
#include <address.h>


Public Member Functions | |
| AddressPoolImpl () | |
| virtual UsbDevice * | GetUsbDevicePtr (uint8_t addr) |
| void | ForEachUsbDevice (UsbDeviceHandleFunc pfunc) |
| virtual uint8_t | AllocAddress (uint8_t parent, bool is_hub=false, uint8_t port=0) |
| virtual void | FreeAddress (uint8_t addr) |
| AddressPoolImpl< MAX_DEVICES_ALLOWED >::AddressPoolImpl | ( | ) |
|
virtual |
Implements AddressPool.
| void AddressPoolImpl< MAX_DEVICES_ALLOWED >::ForEachUsbDevice | ( | UsbDeviceHandleFunc | pfunc | ) |
|
virtual |
Implements AddressPool.
|
virtual |
Implements AddressPool.