Struct daisy::pac::ethernet_mac::macl3l4c1r::MACL3L4C1R_SPEC
pub struct MACL3L4C1R_SPEC;
Expand description
L3 and L4 control 1 register
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see macl3l4c1r module
Trait Implementations§
§impl Readable for MACL3L4C1R_SPEC
impl Readable for MACL3L4C1R_SPEC
read()
method returns macl3l4c1r::R reader structure
§impl RegisterSpec for MACL3L4C1R_SPEC
impl RegisterSpec for MACL3L4C1R_SPEC
§impl Resettable for MACL3L4C1R_SPEC
impl Resettable for MACL3L4C1R_SPEC
reset()
method sets MACL3L4C1R to value 0
§fn reset_value() -> <MACL3L4C1R_SPEC as RegisterSpec>::Ux
fn reset_value() -> <MACL3L4C1R_SPEC as RegisterSpec>::Ux
Reset value of the register.
§impl Writable for MACL3L4C1R_SPEC
impl Writable for MACL3L4C1R_SPEC
write(|w| ..)
method takes macl3l4c1r::W writer structure
Auto Trait Implementations§
impl Freeze for MACL3L4C1R_SPEC
impl RefUnwindSafe for MACL3L4C1R_SPEC
impl Send for MACL3L4C1R_SPEC
impl Sync for MACL3L4C1R_SPEC
impl Unpin for MACL3L4C1R_SPEC
impl UnwindSafe for MACL3L4C1R_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