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