[][src]Type Definition lpc55_hal::peripherals::usbfs::EnabledUsbfsDevice

type EnabledUsbfsDevice = Usbfs<Enabled, Device>;

Implementations

impl EnabledUsbfsDevice[src][]

pub fn info(&self) -> UsbFsDevInfo[src]

Trait Implementations

impl Deref for EnabledUsbfsDevice[src][+]

type Target = RegisterBlock

The resulting type after dereferencing.

impl Sync for EnabledUsbfsDevice[src]

impl Usb<Enabled<()>> for EnabledUsbfsDevice[src][+]