pub struct R(_);
Expand description
Register CLKCTRL[%s]
reader
Implementations
sourceimpl R
impl R
sourcepub fn slotsize(&self) -> SLOTSIZE_R
pub fn slotsize(&self) -> SLOTSIZE_R
Bits 0:1 - Slot Size
sourcepub fn bitdelay(&self) -> BITDELAY_R
pub fn bitdelay(&self) -> BITDELAY_R
Bit 7 - Data Delay from Frame Sync
sourcepub fn fsoutinv(&self) -> FSOUTINV_R
pub fn fsoutinv(&self) -> FSOUTINV_R
Bit 10 - Frame Sync Output Invert
sourcepub fn sckoutinv(&self) -> SCKOUTINV_R
pub fn sckoutinv(&self) -> SCKOUTINV_R
Bit 12 - Serial Clock Output Invert
sourcepub fn mckoutinv(&self) -> MCKOUTINV_R
pub fn mckoutinv(&self) -> MCKOUTINV_R
Bit 15 - Master Clock Output Invert
sourcepub fn mckoutdiv(&self) -> MCKOUTDIV_R
pub fn mckoutdiv(&self) -> MCKOUTDIV_R
Bits 24:29 - Master Clock Output Division Factor
Methods from Deref<Target = R<CLKCTRL_SPEC>>
Trait Implementations
sourceimpl From<R<CLKCTRL_SPEC>> for R
impl From<R<CLKCTRL_SPEC>> for R
sourcefn from(reader: R<CLKCTRL_SPEC>) -> Self
fn from(reader: R<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