pub struct R(/* private fields */);Expand description
Register PAUSE_FRAMES_TXED reader
Implementations§
Source§impl R
impl R
Sourcepub fn count_pause(&self) -> COUNT_PAUSE_R
pub fn count_pause(&self) -> COUNT_PAUSE_R
Bits 0:15 - Transmitted pause frames - a 16 bit register counting the number of pause frames transmitted. Only pause frames triggered by the register interface or through the external pause pins are counted as pause frames. Pause frames received through the external FIFO interface are counted in the frames transmitted counter.
Methods from Deref<Target = R<PAUSE_FRAMES_TXED_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