Skip to content
Oleg Mazurov edited this page Oct 10, 2015 · 2 revisions

USB Core mechanics

Enumeration

uint8_t UHS_USB_HOST_BASE::Configuring reads device descriptor from newly added device and fill ENUMERATION_INFO structure. The device's OKtoEnumerate is then called. OKtoEnumerate returns true if device is recognized, i.e., VID,PID, clsp match.

Clone this wiki locally