Struct stm32_hal2::pac::ethernet_mac::macatssr::MACATSSR_SPEC
source · [−]pub struct MACATSSR_SPEC;Expand description
Trait Implementations
sourceimpl Readable for MACATSSR_SPEC
impl Readable for MACATSSR_SPEC
read() method returns macatssr::R reader structure
sourceimpl RegisterSpec for MACATSSR_SPEC
impl RegisterSpec for MACATSSR_SPEC
sourceimpl Resettable for MACATSSR_SPEC
impl Resettable for MACATSSR_SPEC
reset() method sets MACATSSR to value 0
sourcefn reset_value() -> <MACATSSR_SPEC as RegisterSpec>::Ux
fn reset_value() -> <MACATSSR_SPEC as RegisterSpec>::Ux
Reset value of the register.
Auto Trait Implementations
impl RefUnwindSafe for MACATSSR_SPEC
impl Send for MACATSSR_SPEC
impl Sync for MACATSSR_SPEC
impl Unpin for MACATSSR_SPEC
impl UnwindSafe for MACATSSR_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