Type Definition flipper0::ffi::usbd_rqc_callback

source ·
pub type usbd_rqc_callback = Option<unsafe extern "C" fn(*mut _usbd_device, *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.