pub struct PMT_RWUFFR_SPEC;
Expand description
The MSB (31st bit) must be zero.Bit j[30:0] is the byte mask. If Bit 1/2/3/4 (byte number) of the byte mask is set the CRC block processes the Filter 1/2/3/4 Offset + j of the incoming packet(PWKPTR is 0/1/2/3).RWKPTR is 0:Filter 0 Byte Mask .RWKPTR is 1:Filter 1 Byte Mask RWKPTR is 2:Filter 2 Byte Mask RWKPTR is 3:Filter 3 Byte Mask RWKPTR is 4:Bit 3/11/19/27 specifies the address type defining the destination address type of the pattern.When the bit is set the pattern applies to only multicast packets
You can read
this register and get pmt_rwuffr::R
. See API.
Trait Implementations§
Source§impl RegisterSpec for PMT_RWUFFR_SPEC
impl RegisterSpec for PMT_RWUFFR_SPEC
Source§impl Resettable for PMT_RWUFFR_SPEC
reset()
method sets PMT_RWUFFR to value 0
impl Resettable for PMT_RWUFFR_SPEC
reset()
method sets PMT_RWUFFR to value 0
Source§const RESET_VALUE: Self::Ux = <Self::Ux>::ZERO
const RESET_VALUE: Self::Ux = <Self::Ux>::ZERO
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for PMT_RWUFFR_SPEC
read()
method returns pmt_rwuffr::R
reader structure
Auto Trait Implementations§
impl Freeze for PMT_RWUFFR_SPEC
impl RefUnwindSafe for PMT_RWUFFR_SPEC
impl Send for PMT_RWUFFR_SPEC
impl Sync for PMT_RWUFFR_SPEC
impl Unpin for PMT_RWUFFR_SPEC
impl UnwindSafe for PMT_RWUFFR_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