Struct stm32_eth::stm32::ethernet_mac::macffr::MACFFR_SPEC
source · pub struct MACFFR_SPEC;
Expand description
Trait Implementations§
source§impl Readable for MACFFR_SPEC
impl Readable for MACFFR_SPEC
read()
method returns macffr::R reader structure
source§impl RegisterSpec for MACFFR_SPEC
impl RegisterSpec for MACFFR_SPEC
source§impl Resettable for MACFFR_SPEC
impl Resettable for MACFFR_SPEC
reset()
method sets MACFFR to value 0
source§fn reset_value() -> <MACFFR_SPEC as RegisterSpec>::Ux
fn reset_value() -> <MACFFR_SPEC as RegisterSpec>::Ux
Reset value of the register.
Auto Trait Implementations§
impl RefUnwindSafe for MACFFR_SPEC
impl Send for MACFFR_SPEC
impl Sync for MACFFR_SPEC
impl Unpin for MACFFR_SPEC
impl UnwindSafe for MACFFR_SPEC
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