Struct MtlTxQdr
#[repr(transparent)]pub struct MtlTxQdr(pub u32);Expand description
Tx queue debug Register
Tuple Fields§
§0: u32Implementations§
§impl MtlTxQdr
impl MtlTxQdr
pub const fn set_txqpaused(&mut self, val: bool)
pub const fn set_txqpaused(&mut self, val: bool)
Transmit Queue in Pause
pub const fn set_trcsts(&mut self, val: u8)
pub const fn set_trcsts(&mut self, val: u8)
MTL Tx Queue Read Controller Status
pub const fn set_twcsts(&mut self, val: bool)
pub const fn set_twcsts(&mut self, val: bool)
MTL Tx Queue Write Controller Status
pub const fn set_txqsts(&mut self, val: bool)
pub const fn set_txqsts(&mut self, val: bool)
MTL Tx Queue Not Empty Status
pub const fn set_txstsfsts(&mut self, val: bool)
pub const fn set_txstsfsts(&mut self, val: bool)
MTL Tx Status FIFO Full Status
pub const fn set_stxstsf(&mut self, val: u8)
pub const fn set_stxstsf(&mut self, val: u8)
Number of Status Words in Tx Status FIFO of Queue
Trait Implementations§
impl Copy for MtlTxQdr
impl Eq for MtlTxQdr
impl StructuralPartialEq for MtlTxQdr
Auto Trait Implementations§
impl Freeze for MtlTxQdr
impl RefUnwindSafe for MtlTxQdr
impl Send for MtlTxQdr
impl Sync for MtlTxQdr
impl Unpin for MtlTxQdr
impl UnwindSafe for MtlTxQdr
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