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