pub struct Ifcnt(/* private fields */);Expand description
Interface transmission counter.
This register is incremented with each successful UART write access. Read to check serial transmission for lost data. Wraps around from 255 to 0.
Implementations§
Trait Implementations§
impl Copy for Ifcnt
impl Eq for Ifcnt
impl ReadableRegister for Ifcnt
impl StructuralPartialEq for Ifcnt
Auto Trait Implementations§
impl Freeze for Ifcnt
impl RefUnwindSafe for Ifcnt
impl Send for Ifcnt
impl Sync for Ifcnt
impl Unpin for Ifcnt
impl UnwindSafe for Ifcnt
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