Type Alias USB

Source
pub type USB = Periph<RegisterBlock, 0x4000_5c00>;
Expand description

Universal serial bus full-speed device interface

See peripheral structure

Aliased Type§

struct USB { /* private fields */ }

Trait Implementations§

Source§

impl Debug for USB

Source§

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

Formats the value using the given formatter. Read more