#[repr(transparent)]pub struct MutualTxSel310(pub u32);Expand description
Mutual TX mode channels selection(CH31~CH0)
Tuple Fields§
§0: u32Implementations§
Source§impl MutualTxSel310
impl MutualTxSel310
Sourcepub const fn as_mutual_tx_31_0(&self) -> u32
pub const fn as_mutual_tx_31_0(&self) -> u32
config tsi channel as mutual TX mode among CH31~CH0
Sourcepub const fn set_as_mutual_tx_31_0(&mut self, val: u32)
pub const fn set_as_mutual_tx_31_0(&mut self, val: u32)
config tsi channel as mutual TX mode among CH31~CH0
Trait Implementations§
Source§impl Clone for MutualTxSel310
impl Clone for MutualTxSel310
Source§fn clone(&self) -> MutualTxSel310
fn clone(&self) -> MutualTxSel310
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 MutualTxSel310
impl Debug for MutualTxSel310
Source§impl Default for MutualTxSel310
impl Default for MutualTxSel310
Source§fn default() -> MutualTxSel310
fn default() -> MutualTxSel310
Returns the “default value” for a type. Read more
Source§impl PartialEq for MutualTxSel310
impl PartialEq for MutualTxSel310
impl Copy for MutualTxSel310
impl Eq for MutualTxSel310
impl StructuralPartialEq for MutualTxSel310
Auto Trait Implementations§
impl Freeze for MutualTxSel310
impl RefUnwindSafe for MutualTxSel310
impl Send for MutualTxSel310
impl Sync for MutualTxSel310
impl Unpin for MutualTxSel310
impl UnwindSafe for MutualTxSel310
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