FSMC

Type Alias FSMC 

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

Flexible static memory controller

See peripheral structure

Aliased Type§

pub struct FSMC { /* private fields */ }

Trait Implementations§

Source§

impl Enable for FSMC

Source§

fn enable(rcc: &mut RCC)

Enables peripheral
Source§

fn disable(rcc: &mut RCC)

Disables peripheral
Source§

fn is_enabled() -> bool

Check if peripheral enabled
Source§

fn is_disabled() -> bool

Check if peripheral disabled
Source§

unsafe fn enable_unchecked()

Safety Read more
Source§

unsafe fn disable_unchecked()

Safety Read more
Source§

impl RccBus for FSMC

Source§

type Bus = AHB

Bus type;