#[repr(transparent)]pub struct Stc(pub u32);Expand description
SPDIFTxClk Register
Tuple Fields§
§0: u32Implementations§
Source§impl Stc
impl Stc
Sourcepub const fn set_tx_clk_df(&mut self, val: TxClkDf)
pub const fn set_tx_clk_df(&mut self, val: TxClkDf)
TxClk_DF
Sourcepub const fn tx_all_clk_en(&self) -> bool
pub const fn tx_all_clk_en(&self) -> bool
tx_all_clk_en
Sourcepub const fn set_tx_all_clk_en(&mut self, val: bool)
pub const fn set_tx_all_clk_en(&mut self, val: bool)
tx_all_clk_en
Sourcepub const fn tx_clk_source(&self) -> TxClkSource
pub const fn tx_clk_source(&self) -> TxClkSource
TxClk_Source
Sourcepub const fn set_tx_clk_source(&mut self, val: TxClkSource)
pub const fn set_tx_clk_source(&mut self, val: TxClkSource)
TxClk_Source
Sourcepub const fn set_sysclk_df(&mut self, val: SysclkDf)
pub const fn set_sysclk_df(&mut self, val: SysclkDf)
SYSCLK_DF
Trait Implementations§
impl Copy for Stc
impl Eq for Stc
impl StructuralPartialEq for Stc
Auto Trait Implementations§
impl Freeze for Stc
impl RefUnwindSafe for Stc
impl Send for Stc
impl Sync for Stc
impl Unpin for Stc
impl UnwindSafe for Stc
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