Struct daisy::pac::ethernet_mac::macppscr::MACPPSCR_SPEC
pub struct MACPPSCR_SPEC;
Expand description
Trait Implementations§
§impl Readable for MACPPSCR_SPEC
impl Readable for MACPPSCR_SPEC
read()
method returns macppscr::R reader structure
§impl RegisterSpec for MACPPSCR_SPEC
impl RegisterSpec for MACPPSCR_SPEC
§impl Resettable for MACPPSCR_SPEC
impl Resettable for MACPPSCR_SPEC
reset()
method sets MACPPSCR to value 0
§fn reset_value() -> <MACPPSCR_SPEC as RegisterSpec>::Ux
fn reset_value() -> <MACPPSCR_SPEC as RegisterSpec>::Ux
Reset value of the register.
§impl Writable for MACPPSCR_SPEC
impl Writable for MACPPSCR_SPEC
write(|w| ..)
method takes macppscr::W writer structure
Auto Trait Implementations§
impl Freeze for MACPPSCR_SPEC
impl RefUnwindSafe for MACPPSCR_SPEC
impl Send for MACPPSCR_SPEC
impl Sync for MACPPSCR_SPEC
impl Unpin for MACPPSCR_SPEC
impl UnwindSafe for MACPPSCR_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