pub struct W(_);
Expand description
Register CLKCTRL[%s]
writer
Implementations
sourceimpl W
impl W
sourcepub fn slotsize(&mut self) -> SLOTSIZE_W<'_>
pub fn slotsize(&mut self) -> SLOTSIZE_W<'_>
Bits 0:1 - Slot Size
sourcepub fn bitdelay(&mut self) -> BITDELAY_W<'_>
pub fn bitdelay(&mut self) -> BITDELAY_W<'_>
Bit 7 - Data Delay from Frame Sync
sourcepub fn fsoutinv(&mut self) -> FSOUTINV_W<'_>
pub fn fsoutinv(&mut self) -> FSOUTINV_W<'_>
Bit 10 - Frame Sync Output Invert
sourcepub fn sckoutinv(&mut self) -> SCKOUTINV_W<'_>
pub fn sckoutinv(&mut self) -> SCKOUTINV_W<'_>
Bit 12 - Serial Clock Output Invert
sourcepub fn mckoutinv(&mut self) -> MCKOUTINV_W<'_>
pub fn mckoutinv(&mut self) -> MCKOUTINV_W<'_>
Bit 15 - Master Clock Output Invert
sourcepub fn mckoutdiv(&mut self) -> MCKOUTDIV_W<'_>
pub fn mckoutdiv(&mut self) -> MCKOUTDIV_W<'_>
Bits 24:29 - Master Clock Output Division Factor
Methods from Deref<Target = W<CLKCTRL_SPEC>>
Trait Implementations
sourceimpl From<W<CLKCTRL_SPEC>> for W
impl From<W<CLKCTRL_SPEC>> for W
sourcefn from(writer: W<CLKCTRL_SPEC>) -> Self
fn from(writer: W<CLKCTRL_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more