Struct d1_pac::ccu::pll_video1_pat0_ctrl::W
source · pub struct W(/* private fields */);
Expand description
Register pll_video1_pat0_ctrl
writer
Implementations§
source§impl W
impl W
sourcepub fn wave_bot(&mut self) -> WAVE_BOT_W<'_, 0>
pub fn wave_bot(&mut self) -> WAVE_BOT_W<'_, 0>
Bits 0:16 - Wave Bottom
sourcepub fn sdm_clk_sel(&mut self) -> SDM_CLK_SEL_W<'_, 19>
pub fn sdm_clk_sel(&mut self) -> SDM_CLK_SEL_W<'_, 19>
Bit 19 - SDM Clock Select
sourcepub fn wave_step(&mut self) -> WAVE_STEP_W<'_, 20>
pub fn wave_step(&mut self) -> WAVE_STEP_W<'_, 20>
Bits 20:28 - Wave Step
sourcepub fn spr_freq_mode(&mut self) -> SPR_FREQ_MODE_W<'_, 29>
pub fn spr_freq_mode(&mut self) -> SPR_FREQ_MODE_W<'_, 29>
Bits 29:30 - Spread Frequency Mode
sourcepub fn sig_delt_pat_en(&mut self) -> SIG_DELT_PAT_EN_W<'_, 31>
pub fn sig_delt_pat_en(&mut self) -> SIG_DELT_PAT_EN_W<'_, 31>
Bit 31 - Sigma-Delta Pattern Enable
Methods from Deref<Target = W<PLL_VIDEO1_PAT0_CTRL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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