#[repr(transparent)]pub struct TxSet(pub u32);Expand description
TX Control
Tuple Fields§
§0: u32Implementations§
Source§impl TxSet
impl TxSet
Sourcepub const fn set_txcal45dn(&mut self, val: u8)
pub const fn set_txcal45dn(&mut self, val: u8)
DM Series Termination Resistance Trim
Sourcepub const fn set_txcal45dp(&mut self, val: u8)
pub const fn set_txcal45dp(&mut self, val: u8)
DP Series Termination Resistance Trim
Trait Implementations§
impl Copy for TxSet
impl Eq for TxSet
impl StructuralPartialEq for TxSet
Auto Trait Implementations§
impl Freeze for TxSet
impl RefUnwindSafe for TxSet
impl Send for TxSet
impl Sync for TxSet
impl Unpin for TxSet
impl UnwindSafe for TxSet
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