#[repr(transparent)]pub struct Tbbcnt(pub u32);Expand description
Transferred Host to BIU-FIFO Byte Count register
Tuple Fields§
§0: u32Implementations§
Source§impl Tbbcnt
impl Tbbcnt
Sourcepub const fn trans_fifo_byte_count(&self) -> u32
pub const fn trans_fifo_byte_count(&self) -> u32
Number of bytes transferred between Host/DMA memory and BIU FIFO.
Sourcepub const fn set_trans_fifo_byte_count(&mut self, val: u32)
pub const fn set_trans_fifo_byte_count(&mut self, val: u32)
Number of bytes transferred between Host/DMA memory and BIU FIFO.
Trait Implementations§
impl Copy for Tbbcnt
impl Eq for Tbbcnt
impl StructuralPartialEq for Tbbcnt
Auto Trait Implementations§
impl Freeze for Tbbcnt
impl RefUnwindSafe for Tbbcnt
impl Send for Tbbcnt
impl Sync for Tbbcnt
impl Unpin for Tbbcnt
impl UnwindSafe for Tbbcnt
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