USB_POOL_ALIGN
static uint8_t usb_pool[USB_POOL_SIZE] __aligned(USB_POOL_ALIGN);
} __aligned(USB_POOL_ALIGN);
size = (size + USB_POOL_ALIGN - 1) & ~(USB_POOL_ALIGN - 1);