Struct daisy::pac::ethernet_mac::macpfr::MACPFR_SPEC
pub struct MACPFR_SPEC;
Expand description
Trait Implementations§
§impl Readable for MACPFR_SPEC
impl Readable for MACPFR_SPEC
read()
method returns macpfr::R reader structure
§impl RegisterSpec for MACPFR_SPEC
impl RegisterSpec for MACPFR_SPEC
§impl Resettable for MACPFR_SPEC
impl Resettable for MACPFR_SPEC
reset()
method sets MACPFR to value 0
§fn reset_value() -> <MACPFR_SPEC as RegisterSpec>::Ux
fn reset_value() -> <MACPFR_SPEC as RegisterSpec>::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for MACPFR_SPEC
impl RefUnwindSafe for MACPFR_SPEC
impl Send for MACPFR_SPEC
impl Sync for MACPFR_SPEC
impl Unpin for MACPFR_SPEC
impl UnwindSafe for MACPFR_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