Struct d1_pac::emac::emac_addr_high::R
source · pub struct R(/* private fields */);
Expand description
Register emac_addr_high%s
reader
Implementations§
source§impl R
impl R
sourcepub fn mac_addr_high(&self) -> MAC_ADDR_HIGH_R
pub fn mac_addr_high(&self) -> MAC_ADDR_HIGH_R
Bits 0:15
sourcepub fn mac_addr_byte_ctl(&self) -> MAC_ADDR_BYTE_CTL_R
pub fn mac_addr_byte_ctl(&self) -> MAC_ADDR_BYTE_CTL_R
Bits 24:29 - MAC Address Byte Control Mask
sourcepub fn mac_addr_type(&self) -> MAC_ADDR_TYPE_R
pub fn mac_addr_type(&self) -> MAC_ADDR_TYPE_R
Bit 30 - MAC Address Type
sourcepub fn mac_addr_ctl(&self) -> MAC_ADDR_CTL_R
pub fn mac_addr_ctl(&self) -> MAC_ADDR_CTL_R
Bit 31 - MAC Address Valid
Methods from Deref<Target = R<EMAC_ADDR_HIGH_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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