pub struct FMC {
pub fmc: FMC,
/* private fields */
}Expand description
Storage type for Flexible Memory Controller and its clocks
Fields§
§fmc: FMCTrait Implementations§
Source§impl FmcPeripheral for FMC
impl FmcPeripheral for FMC
Source§fn source_clock_hz(&self) -> u32
fn source_clock_hz(&self) -> u32
The frequency of the clock used as a source for the fmc_clk. Read more
Source§fn memory_controller_enable(&mut self)
fn memory_controller_enable(&mut self)
Enables the FMC memory controller (not always required)
Auto Trait Implementations§
impl Freeze for FMC
impl RefUnwindSafe for FMC
impl Send for FMC
impl !Sync for FMC
impl Unpin for FMC
impl UnwindSafe for FMC
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more