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