Type Definition flipperzero_sys::usbd_rqc_callback
source · [−]pub type usbd_rqc_callback = Option<unsafe extern "C" fn(dev: *mut usbd_device, req: *mut usbd_ctlreq)>;Expand description
\brief USB control transfer completed callback function. \param[in] dev pointer to USB device \param[in] req pointer to usb request structure \note usbd_device->complete_callback will be set to NULL after this callback completion.