[][src]Struct esp32::rtccntl::clk_conf::R

pub struct R(_);

Register CLK_CONF reader

Implementations

impl R[src]

pub fn ana_clk_rtc_sel(&self) -> ANA_CLK_RTC_SEL_R[src]

Bits 30:31

pub fn fast_clk_rtc_sel(&self) -> FAST_CLK_RTC_SEL_R[src]

Bit 29

pub fn soc_clk_sel(&self) -> SOC_CLK_SEL_R[src]

Bits 27:28

pub fn ck8m_force_pu(&self) -> CK8M_FORCE_PU_R[src]

Bit 26

pub fn ck8m_force_pd(&self) -> CK8M_FORCE_PD_R[src]

Bit 25

pub fn ck8m_dfreq(&self) -> CK8M_DFREQ_R[src]

Bits 17:24

pub fn ck8m_force_nogating(&self) -> CK8M_FORCE_NOGATING_R[src]

Bit 16

pub fn xtal_force_nogating(&self) -> XTAL_FORCE_NOGATING_R[src]

Bit 15

pub fn ck8m_div_sel(&self) -> CK8M_DIV_SEL_R[src]

Bits 12:14

pub fn ck8m_dfreq_force(&self) -> CK8M_DFREQ_FORCE_R[src]

Bit 11

pub fn dig_clk8m_en(&self) -> DIG_CLK8M_EN_R[src]

Bit 10

pub fn dig_clk8m_d256_en(&self) -> DIG_CLK8M_D256_EN_R[src]

Bit 9

pub fn dig_xtal32k_en(&self) -> DIG_XTAL32K_EN_R[src]

Bit 8

pub fn enb_ck8m_div(&self) -> ENB_CK8M_DIV_R[src]

Bit 7

pub fn enb_ck8m(&self) -> ENB_CK8M_R[src]

Bit 6

pub fn ck8m_div(&self) -> CK8M_DIV_R[src]

Bits 4:5

Methods from Deref<Target = R<CLK_CONF_SPEC>>

pub fn bits(&self) -> REG::Ux[src]

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<CLK_CONF_SPEC>

The resulting type after dereferencing.

impl From<R<CLK_CONF_SPEC>> for R[src]

Auto Trait Implementations

impl Send for R

impl Sync for R

impl Unpin for R

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.