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