pub type usbd_hw_enable = Option<unsafe extern "C" fn(enable: bool)>;
Expand description

\brief Enables or disables USB hardware \param enable Enables USB when TRUE disables otherwise.