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
impl Enable for FSMC
Source§fn is_enabled() -> bool
fn is_enabled() -> bool
Check if peripheral enabled
Source§fn is_disabled() -> bool
fn is_disabled() -> bool
Check if peripheral disabled
Source§unsafe fn enable_unchecked()
unsafe fn enable_unchecked()
Safety Read more
Source§unsafe fn disable_unchecked()
unsafe fn disable_unchecked()
Safety Read more