#[repr(transparent)]pub struct Iptxfcr(pub u32);Expand description
IP TX FIFO Control Register
Tuple Fields§
§0: u32Implementations§
Source§impl Iptxfcr
impl Iptxfcr
Sourcepub const fn set_clriptxf(&mut self, val: bool)
pub const fn set_clriptxf(&mut self, val: bool)
Clear all valid data entries in IP TX FIFO.
Sourcepub const fn set_txdmaen(&mut self, val: Txdmaen)
pub const fn set_txdmaen(&mut self, val: Txdmaen)
IP TX FIFO filling by DMA enabled.
Sourcepub const fn set_txwmrk(&mut self, val: u8)
pub const fn set_txwmrk(&mut self, val: u8)
Watermark level is (TXWMRK+1)*64 Bits.
Trait Implementations§
impl Copy for Iptxfcr
impl Eq for Iptxfcr
impl StructuralPartialEq for Iptxfcr
Auto Trait Implementations§
impl Freeze for Iptxfcr
impl RefUnwindSafe for Iptxfcr
impl Send for Iptxfcr
impl Sync for Iptxfcr
impl Unpin for Iptxfcr
impl UnwindSafe for Iptxfcr
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