#[repr(transparent)]pub struct Sai3IpgClkSaiMclkSelectInput2(pub u32);Expand description
SAI3_IPG_CLK_SAI_MCLK_SELECT_INPUT_2 DAISY Register
Tuple Fields§
§0: u32Implementations§
Source§impl Sai3IpgClkSaiMclkSelectInput2
impl Sai3IpgClkSaiMclkSelectInput2
Sourcepub const fn daisy(&self) -> Sai3IpgClkSaiMclkSelectInput2Daisy
pub const fn daisy(&self) -> Sai3IpgClkSaiMclkSelectInput2Daisy
Selecting Pads Involved in Daisy Chain.
Sourcepub const fn set_daisy(&mut self, val: Sai3IpgClkSaiMclkSelectInput2Daisy)
pub const fn set_daisy(&mut self, val: Sai3IpgClkSaiMclkSelectInput2Daisy)
Selecting Pads Involved in Daisy Chain.
Trait Implementations§
Source§impl Clone for Sai3IpgClkSaiMclkSelectInput2
impl Clone for Sai3IpgClkSaiMclkSelectInput2
Source§fn clone(&self) -> Sai3IpgClkSaiMclkSelectInput2
fn clone(&self) -> Sai3IpgClkSaiMclkSelectInput2
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 Default for Sai3IpgClkSaiMclkSelectInput2
impl Default for Sai3IpgClkSaiMclkSelectInput2
Source§fn default() -> Sai3IpgClkSaiMclkSelectInput2
fn default() -> Sai3IpgClkSaiMclkSelectInput2
Returns the “default value” for a type. Read more
Source§impl PartialEq for Sai3IpgClkSaiMclkSelectInput2
impl PartialEq for Sai3IpgClkSaiMclkSelectInput2
Source§fn eq(&self, other: &Sai3IpgClkSaiMclkSelectInput2) -> bool
fn eq(&self, other: &Sai3IpgClkSaiMclkSelectInput2) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for Sai3IpgClkSaiMclkSelectInput2
impl Eq for Sai3IpgClkSaiMclkSelectInput2
impl StructuralPartialEq for Sai3IpgClkSaiMclkSelectInput2
Auto Trait Implementations§
impl Freeze for Sai3IpgClkSaiMclkSelectInput2
impl RefUnwindSafe for Sai3IpgClkSaiMclkSelectInput2
impl Send for Sai3IpgClkSaiMclkSelectInput2
impl Sync for Sai3IpgClkSaiMclkSelectInput2
impl Unpin for Sai3IpgClkSaiMclkSelectInput2
impl UnwindSafe for Sai3IpgClkSaiMclkSelectInput2
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