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