Struct d1_pac::emac::emac_rx_frm_flt::R
source · pub struct R(/* private fields */);
Expand description
Register emac_rx_frm_flt
reader
Implementations§
source§impl R
impl R
sourcepub fn da_inv_filter(&self) -> DA_INV_FILTER_R
pub fn da_inv_filter(&self) -> DA_INV_FILTER_R
Bit 4
sourcepub fn sa_inv_filter(&self) -> SA_INV_FILTER_R
pub fn sa_inv_filter(&self) -> SA_INV_FILTER_R
Bit 5 - Receive SA Invert Filter Set
sourcepub fn sa_filter_en(&self) -> SA_FILTER_EN_R
pub fn sa_filter_en(&self) -> SA_FILTER_EN_R
Bit 6 - Receive SA Filter Enable
sourcepub fn hash_unicast(&self) -> HASH_UNICAST_R
pub fn hash_unicast(&self) -> HASH_UNICAST_R
Bit 8 - Filter Unicast Frames Set
sourcepub fn hash_multicast(&self) -> HASH_MULTICAST_R
pub fn hash_multicast(&self) -> HASH_MULTICAST_R
Bit 9 - Filter Multicast Frames Set
sourcepub fn ctl_frm_filter(&self) -> CTL_FRM_FILTER_R
pub fn ctl_frm_filter(&self) -> CTL_FRM_FILTER_R
Bits 12:13 - Receive Control Frames Filter
sourcepub fn rx_all_multicast(&self) -> RX_ALL_MULTICAST_R
pub fn rx_all_multicast(&self) -> RX_ALL_MULTICAST_R
Bit 16 - Receive All Multicast Frames Filter
sourcepub fn dis_broadcast(&self) -> DIS_BROADCAST_R
pub fn dis_broadcast(&self) -> DIS_BROADCAST_R
Bit 17 - Disable Receive Broadcast Frames
sourcepub fn dis_addr_filter(&self) -> DIS_ADDR_FILTER_R
pub fn dis_addr_filter(&self) -> DIS_ADDR_FILTER_R
Bit 31 - Disable Address Filter
Methods from Deref<Target = R<EMAC_RX_FRM_FLT_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