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