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