//! UDP (USB Device Port) Implementation
//! NOTE: From ASF the following MCUs could possibly be supported with this module
//! atsam3s
//! atsam4e (supported)
//! atsam4s (supported)
//! atsamg55
pub use usb_device;
pub use UdpBus;
pub use Endpoint;
use crateUDP;
use crateBorrowUnchecked;
/// Retrieve current frame number (updated on SOF_EOP)