#[repr(transparent)]pub struct Txfilltuning(pub u32);Expand description
TX FIFO Fill Tuning
Tuple Fields§
§0: u32Implementations§
Source§impl Txfilltuning
impl Txfilltuning
Sourcepub const fn set_txschoh(&mut self, val: u8)
pub const fn set_txschoh(&mut self, val: u8)
Scheduler Overhead
Sourcepub const fn txschhealth(&self) -> u8
pub const fn txschhealth(&self) -> u8
Scheduler Health Counter
Sourcepub const fn set_txschhealth(&mut self, val: u8)
pub const fn set_txschhealth(&mut self, val: u8)
Scheduler Health Counter
Sourcepub const fn txfifothres(&self) -> u8
pub const fn txfifothres(&self) -> u8
FIFO Burst Threshold
Sourcepub const fn set_txfifothres(&mut self, val: u8)
pub const fn set_txfifothres(&mut self, val: u8)
FIFO Burst Threshold
Trait Implementations§
Source§impl Clone for Txfilltuning
impl Clone for Txfilltuning
Source§fn clone(&self) -> Txfilltuning
fn clone(&self) -> Txfilltuning
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Txfilltuning
impl Debug for Txfilltuning
Source§impl Default for Txfilltuning
impl Default for Txfilltuning
Source§fn default() -> Txfilltuning
fn default() -> Txfilltuning
Returns the “default value” for a type. Read more
Source§impl PartialEq for Txfilltuning
impl PartialEq for Txfilltuning
impl Copy for Txfilltuning
impl Eq for Txfilltuning
impl StructuralPartialEq for Txfilltuning
Auto Trait Implementations§
impl Freeze for Txfilltuning
impl RefUnwindSafe for Txfilltuning
impl Send for Txfilltuning
impl Sync for Txfilltuning
impl Unpin for Txfilltuning
impl UnwindSafe for Txfilltuning
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