#[repr(transparent)]pub struct Tafl(pub u32);Expand description
Transmit FIFO Almost Full Threshold.
Tuple Fields§
§0: u32Implementations§
Source§impl Tafl
impl Tafl
Sourcepub const fn tx_almost_full(&self) -> u8
pub const fn tx_almost_full(&self) -> u8
Value Of The Transmit FIFO Almost Full Threshold.
Sourcepub const fn set_tx_almost_full(&mut self, val: u8)
pub const fn set_tx_almost_full(&mut self, val: u8)
Value Of The Transmit FIFO Almost Full Threshold.
Trait Implementations§
impl Copy for Tafl
impl Eq for Tafl
impl StructuralPartialEq for Tafl
Auto Trait Implementations§
impl Freeze for Tafl
impl RefUnwindSafe for Tafl
impl Send for Tafl
impl Sync for Tafl
impl Unpin for Tafl
impl UnwindSafe for Tafl
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