pub struct R(_);
Expand description

Register EXT_XTL_CONF reader

Implementations§

source§

impl R

source

pub fn xtal32k_wdt_en(&self) -> XTAL32K_WDT_EN_R

Bit 0 - xtal 32k watch dog enable

source

pub fn xtal32k_wdt_clk_fo(&self) -> XTAL32K_WDT_CLK_FO_R

Bit 1 - xtal 32k watch dog clock force on

source

pub fn xtal32k_wdt_reset(&self) -> XTAL32K_WDT_RESET_R

Bit 2 - xtal 32k watch dog sw reset

source

pub fn xtal32k_ext_clk_fo(&self) -> XTAL32K_EXT_CLK_FO_R

Bit 3 - xtal 32k external xtal clock force on

source

pub fn xtal32k_auto_backup(&self) -> XTAL32K_AUTO_BACKUP_R

Bit 4 - xtal 32k switch to back up clock when xtal is dead

source

pub fn xtal32k_auto_restart(&self) -> XTAL32K_AUTO_RESTART_R

Bit 5 - xtal 32k restart xtal when xtal is dead

source

pub fn xtal32k_auto_return(&self) -> XTAL32K_AUTO_RETURN_R

Bit 6 - xtal 32k switch back xtal when xtal is restarted

source

pub fn xtal32k_xpd_force(&self) -> XTAL32K_XPD_FORCE_R

Bit 7 - Xtal 32k xpd control by sw or fsm

source

pub fn enckinit_xtal_32k(&self) -> ENCKINIT_XTAL_32K_R

Bit 8 - apply an internal clock to help xtal 32k to start

source

pub fn dbuf_xtal_32k(&self) -> DBUF_XTAL_32K_R

Bit 9 - 0: single-end buffer 1: differential buffer

source

pub fn dgm_xtal_32k(&self) -> DGM_XTAL_32K_R

Bits 10:12 - xtal_32k gm control

source

pub fn dres_xtal_32k(&self) -> DRES_XTAL_32K_R

Bits 13:15 - DRES_XTAL_32K

source

pub fn xpd_xtal_32k(&self) -> XPD_XTAL_32K_R

Bit 16 - XPD_XTAL_32K

source

pub fn dac_xtal_32k(&self) -> DAC_XTAL_32K_R

Bits 17:19 - DAC_XTAL_32K

source

pub fn wdt_state(&self) -> WDT_STATE_R

Bits 20:22 - state of 32k_wdt

source

pub fn xtal32k_gpio_sel(&self) -> XTAL32K_GPIO_SEL_R

Bit 23 - XTAL_32K sel. 0: external XTAL_32K

source

pub fn xtl_ext_ctr_lv(&self) -> XTL_EXT_CTR_LV_R

Bit 30 - 0: power down XTAL at high level

source

pub fn xtl_ext_ctr_en(&self) -> XTL_EXT_CTR_EN_R

Bit 31 - enable gpio configure xtal power on

Methods from Deref<Target = R<EXT_XTL_CONF_SPEC>>§

source

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

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<EXT_XTL_CONF_SPEC>

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl From<R<EXT_XTL_CONF_SPEC>> for R

source§

fn from(reader: R<EXT_XTL_CONF_SPEC>) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

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> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

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

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.