Type Alias FSMC

Source
pub type FSMC = Periph<RegisterBlock, 0xa000_0000>;
Expand description

Flexible static memory controller

See peripheral structure

Aliased Type§

struct FSMC { /* private fields */ }

Trait Implementations§

Source§

impl Debug for FSMC

Source§

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

Formats the value using the given formatter. Read more