Struct stm32_hal2::pac::ethernet_mac::macdr::MACDR_SPEC
source · [−]pub struct MACDR_SPEC;Expand description
Trait Implementations
sourceimpl Readable for MACDR_SPEC
impl Readable for MACDR_SPEC
read() method returns macdr::R reader structure
sourceimpl RegisterSpec for MACDR_SPEC
impl RegisterSpec for MACDR_SPEC
sourceimpl Resettable for MACDR_SPEC
impl Resettable for MACDR_SPEC
reset() method sets MACDR to value 0
sourcefn reset_value() -> <MACDR_SPEC as RegisterSpec>::Ux
fn reset_value() -> <MACDR_SPEC as RegisterSpec>::Ux
Reset value of the register.
Auto Trait Implementations
impl RefUnwindSafe for MACDR_SPEC
impl Send for MACDR_SPEC
impl Sync for MACDR_SPEC
impl Unpin for MACDR_SPEC
impl UnwindSafe for MACDR_SPEC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more