pub struct R(_);
Expand description
Register SYSCLK_CONF
reader
Implementations
sourceimpl R
impl R
sourcepub fn pre_div_cnt(&self) -> PRE_DIV_CNT_R
pub fn pre_div_cnt(&self) -> PRE_DIV_CNT_R
Bits 0:9 - reg_pre_div_cnt
sourcepub fn clk_320m_en(&self) -> CLK_320M_EN_R
pub fn clk_320m_en(&self) -> CLK_320M_EN_R
Bit 10 - reg_clk_320m_en
sourcepub fn rst_tick_cnt(&self) -> RST_TICK_CNT_R
pub fn rst_tick_cnt(&self) -> RST_TICK_CNT_R
Bit 12 - reg_rst_tick_cnt
Methods from Deref<Target = R<SYSCLK_CONF_SPEC>>
Trait Implementations
sourceimpl From<R<SYSCLK_CONF_SPEC>> for R
impl From<R<SYSCLK_CONF_SPEC>> for R
sourcefn from(reader: R<SYSCLK_CONF_SPEC>) -> Self
fn from(reader: R<SYSCLK_CONF_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