pub type usbd_hw_connect = Option<unsafe extern "C" fn(connect: bool) -> u8>;
Expand description

Connects or disconnects USB hardware to/from usb host \param connect Connects USB to host if TRUE, disconnects otherwise \return lanes connection status.