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