#[repr(transparent)]pub struct Sai2TxSyncSelectInput(pub u32);Expand description
SAI2_TX_SYNC_SELECT_INPUT DAISY Register
Tuple Fields§
§0: u32Implementations§
Source§impl Sai2TxSyncSelectInput
impl Sai2TxSyncSelectInput
Sourcepub const fn daisy(&self) -> Sai2TxSyncSelectInputDaisy
pub const fn daisy(&self) -> Sai2TxSyncSelectInputDaisy
Selecting Pads Involved in Daisy Chain.
Sourcepub const fn set_daisy(&mut self, val: Sai2TxSyncSelectInputDaisy)
pub const fn set_daisy(&mut self, val: Sai2TxSyncSelectInputDaisy)
Selecting Pads Involved in Daisy Chain.
Trait Implementations§
Source§impl Clone for Sai2TxSyncSelectInput
impl Clone for Sai2TxSyncSelectInput
Source§fn clone(&self) -> Sai2TxSyncSelectInput
fn clone(&self) -> Sai2TxSyncSelectInput
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 Sai2TxSyncSelectInput
impl Debug for Sai2TxSyncSelectInput
Source§impl Default for Sai2TxSyncSelectInput
impl Default for Sai2TxSyncSelectInput
Source§fn default() -> Sai2TxSyncSelectInput
fn default() -> Sai2TxSyncSelectInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for Sai2TxSyncSelectInput
impl PartialEq for Sai2TxSyncSelectInput
impl Copy for Sai2TxSyncSelectInput
impl Eq for Sai2TxSyncSelectInput
impl StructuralPartialEq for Sai2TxSyncSelectInput
Auto Trait Implementations§
impl Freeze for Sai2TxSyncSelectInput
impl RefUnwindSafe for Sai2TxSyncSelectInput
impl Send for Sai2TxSyncSelectInput
impl Sync for Sai2TxSyncSelectInput
impl Unpin for Sai2TxSyncSelectInput
impl UnwindSafe for Sai2TxSyncSelectInput
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