pub struct FSMC { /* private fields */ }
Expand description
FSMC peripheral
Implementations§
Trait Implementations§
Source§impl Peripheral for FSMC
impl Peripheral for FSMC
impl RccPeripheral for FSMC
Auto Trait Implementations§
impl Freeze for FSMC
impl RefUnwindSafe for FSMC
impl Send for FSMC
impl Sync for FSMC
impl Unpin for FSMC
impl UnwindSafe for FSMC
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