pub type usbd_hw_poll = Option<unsafe extern "C" fn(dev: *mut usbd_device, callback: usbd_evt_callback)>;
Expand description

\brief Polls USB hardware for the events \param[in] dev pointer to usb device structure \param callback callback to event processing subroutine