pub struct RXIPV4_NO_PAYLOAD_OCTETS_SPEC;
Expand description
Receive IPV4 No Payload Octet Counter Register
You can read
this register and get rxipv4_no_payload_octets::R
. See API.
Trait Implementations§
Source§impl Resettable for RXIPV4_NO_PAYLOAD_OCTETS_SPEC
impl Resettable for RXIPV4_NO_PAYLOAD_OCTETS_SPEC
reset()
method sets RXIPV4_NO_PAYLOAD_OCTETS to value 0
Source§const RESET_VALUE: u32 = 0u32
const RESET_VALUE: u32 = 0u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for RXIPV4_NO_PAYLOAD_OCTETS_SPEC
read()
method returns rxipv4_no_payload_octets::R
reader structure
Auto Trait Implementations§
impl Freeze for RXIPV4_NO_PAYLOAD_OCTETS_SPEC
impl RefUnwindSafe for RXIPV4_NO_PAYLOAD_OCTETS_SPEC
impl Send for RXIPV4_NO_PAYLOAD_OCTETS_SPEC
impl Sync for RXIPV4_NO_PAYLOAD_OCTETS_SPEC
impl Unpin for RXIPV4_NO_PAYLOAD_OCTETS_SPEC
impl UnwindSafe for RXIPV4_NO_PAYLOAD_OCTETS_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