Struct Gnptxsts
#[repr(transparent)]pub struct Gnptxsts(pub u32);
Expand description
Non-periodic transmit FIFO/queue status register
Tuple Fields§
§0: u32
Implementations§
§impl Gnptxsts
impl Gnptxsts
pub fn set_nptxfsav(&mut self, val: u16)
pub fn set_nptxfsav(&mut self, val: u16)
Non-periodic TxFIFO space available
pub fn set_nptqxsav(&mut self, val: u8)
pub fn set_nptqxsav(&mut self, val: u8)
Non-periodic transmit request queue space available
pub fn set_nptxqtop(&mut self, val: u8)
pub fn set_nptxqtop(&mut self, val: u8)
Top of the non-periodic transmit request queue
Trait Implementations§
impl Copy for Gnptxsts
impl Eq for Gnptxsts
impl StructuralPartialEq for Gnptxsts
Auto Trait Implementations§
impl Freeze for Gnptxsts
impl RefUnwindSafe for Gnptxsts
impl Send for Gnptxsts
impl Sync for Gnptxsts
impl Unpin for Gnptxsts
impl UnwindSafe for Gnptxsts
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