Type Alias USB_DEVICE

Source
pub type USB_DEVICE = Periph<RegisterBlock, 0x6000_f000>;
Expand description

Full-speed USB Serial/JTAG Controller

Aliased Type§

pub struct USB_DEVICE { /* private fields */ }

Trait Implementations§

Source§

impl Debug for USB_DEVICE

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more