Struct daisy::pac::ethernet_mac::macrx_tx_sr::MACRXTXSR_SPEC
pub struct MACRXTXSR_SPEC;
Expand description
Rx Tx status register
This register you can read
. See API.
For information about available fields see macrx_tx_sr module
Trait Implementations§
§impl Readable for MACRXTXSR_SPEC
impl Readable for MACRXTXSR_SPEC
read()
method returns macrx_tx_sr::R reader structure
§impl RegisterSpec for MACRXTXSR_SPEC
impl RegisterSpec for MACRXTXSR_SPEC
§impl Resettable for MACRXTXSR_SPEC
impl Resettable for MACRXTXSR_SPEC
reset()
method sets MACRxTxSR to value 0
§fn reset_value() -> <MACRXTXSR_SPEC as RegisterSpec>::Ux
fn reset_value() -> <MACRXTXSR_SPEC as RegisterSpec>::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for MACRXTXSR_SPEC
impl RefUnwindSafe for MACRXTXSR_SPEC
impl Send for MACRXTXSR_SPEC
impl Sync for MACRXTXSR_SPEC
impl Unpin for MACRXTXSR_SPEC
impl UnwindSafe for MACRXTXSR_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