Type Alias USB_SRAM

Source
pub type USB_SRAM = Periph<RegisterBlock, 0x4000_6000>;
Expand description

Universal serial bus full-speed device interface

See peripheral structure

Aliased Type§

pub struct USB_SRAM { /* private fields */ }

Trait Implementations§

Source§

impl Debug for USB_SRAM

Source§

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

Formats the value using the given formatter. Read more