pub struct W(_);
Expand description
Register CLK_EDGE_SEL
writer
Implementations
sourceimpl W
impl W
sourcepub fn cclkin_edge_drv_sel(&mut self) -> CCLKIN_EDGE_DRV_SEL_W<'_, 0>
pub fn cclkin_edge_drv_sel(&mut self) -> CCLKIN_EDGE_DRV_SEL_W<'_, 0>
Bits 0:2 - It’s used to select the clock phase of the output signal from phase 0, phase 90, phase 180, phase 270.
sourcepub fn cclkin_edge_sam_sel(&mut self) -> CCLKIN_EDGE_SAM_SEL_W<'_, 3>
pub fn cclkin_edge_sam_sel(&mut self) -> CCLKIN_EDGE_SAM_SEL_W<'_, 3>
Bits 3:5 - It’s used to select the clock phase of the input signal from phase 0, phase 90, phase 180, phase 270.
sourcepub fn cclkin_edge_slf_sel(&mut self) -> CCLKIN_EDGE_SLF_SEL_W<'_, 6>
pub fn cclkin_edge_slf_sel(&mut self) -> CCLKIN_EDGE_SLF_SEL_W<'_, 6>
Bits 6:8 - It’s used to select the clock phase of the internal signal from phase 0, phase 90, phase 180, phase 270.
sourcepub fn ccllkin_edge_h(&mut self) -> CCLLKIN_EDGE_H_W<'_, 9>
pub fn ccllkin_edge_h(&mut self) -> CCLLKIN_EDGE_H_W<'_, 9>
Bits 9:12 - The high level of the divider clock. The value should be smaller than CCLKIN_EDGE_L.
sourcepub fn ccllkin_edge_l(&mut self) -> CCLLKIN_EDGE_L_W<'_, 13>
pub fn ccllkin_edge_l(&mut self) -> CCLLKIN_EDGE_L_W<'_, 13>
Bits 13:16 - The low level of the divider clock. The value should be larger than CCLKIN_EDGE_H.
sourcepub fn ccllkin_edge_n(&mut self) -> CCLLKIN_EDGE_N_W<'_, 17>
pub fn ccllkin_edge_n(&mut self) -> CCLLKIN_EDGE_N_W<'_, 17>
Bits 17:20 - The value should be equal to CCLKIN_EDGE_L.
sourcepub fn esdio_mode(&mut self) -> ESDIO_MODE_W<'_, 21>
pub fn esdio_mode(&mut self) -> ESDIO_MODE_W<'_, 21>
Bit 21 - Enable esdio mode.
sourcepub fn esd_mode(&mut self) -> ESD_MODE_W<'_, 22>
pub fn esd_mode(&mut self) -> ESD_MODE_W<'_, 22>
Bit 22 - Enable esd mode.
Methods from Deref<Target = W<CLK_EDGE_SEL_SPEC>>
Trait Implementations
sourceimpl From<W<CLK_EDGE_SEL_SPEC>> for W
impl From<W<CLK_EDGE_SEL_SPEC>> for W
sourcefn from(writer: W<CLK_EDGE_SEL_SPEC>) -> Self
fn from(writer: W<CLK_EDGE_SEL_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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