Struct Txfqs
#[repr(transparent)]pub struct Txfqs(pub u32);
Expand description
The Tx FIFO/Queue status is related to the pending Tx requests listed in register TXBRP. Therefore the effect of Add/Cancellation requests may be delayed due to a running Tx scan (TXBRP not yet updated).
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Txfqs
impl Eq for Txfqs
impl StructuralPartialEq for Txfqs
Auto Trait Implementations§
impl Freeze for Txfqs
impl RefUnwindSafe for Txfqs
impl Send for Txfqs
impl Sync for Txfqs
impl Unpin for Txfqs
impl UnwindSafe for Txfqs
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