Struct d1_pac::emac::emac_tx_cur_buf::EMAC_TX_CUR_BUF_SPEC
source · pub struct EMAC_TX_CUR_BUF_SPEC;
Expand description
EMAC Current Transmit Buffer Address Register
This register you can read
. See API.
For information about available fields see emac_tx_cur_buf module
Trait Implementations§
source§impl Readable for EMAC_TX_CUR_BUF_SPEC
impl Readable for EMAC_TX_CUR_BUF_SPEC
read()
method returns emac_tx_cur_buf::R reader structure
source§impl RegisterSpec for EMAC_TX_CUR_BUF_SPEC
impl RegisterSpec for EMAC_TX_CUR_BUF_SPEC
source§impl Resettable for EMAC_TX_CUR_BUF_SPEC
impl Resettable for EMAC_TX_CUR_BUF_SPEC
reset()
method sets emac_tx_cur_buf to value 0
source§const RESET_VALUE: Self::Ux = {transmute(0x00000000): <emac::emac_tx_cur_buf::EMAC_TX_CUR_BUF_SPEC as generic::RegisterSpec>::Ux}
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <emac::emac_tx_cur_buf::EMAC_TX_CUR_BUF_SPEC as generic::RegisterSpec>::Ux}
Reset value of the register.
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for EMAC_TX_CUR_BUF_SPEC
impl RefUnwindSafe for EMAC_TX_CUR_BUF_SPEC
impl Send for EMAC_TX_CUR_BUF_SPEC
impl Sync for EMAC_TX_CUR_BUF_SPEC
impl Unpin for EMAC_TX_CUR_BUF_SPEC
impl UnwindSafe for EMAC_TX_CUR_BUF_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