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

Enables or disables USB hardware

Arguments

  • enable - Enables USB when TRUE disables otherwise.