Type Definition flipperzero_sys::usbd_hw_enable
source · pub type usbd_hw_enable = Option<unsafe extern "C" fn(enable: bool)>;Expand description
Re-export bindings \brief Enables or disables USB hardware \param enable Enables USB when TRUE disables otherwise.