[][src]Struct bl602_pac::hbn::xtal32k::R

pub struct R(_);

Register xtal32k reader

Implementations

impl R[src]

pub fn pu_xtal32k(&self) -> PU_XTAL32K_R[src]

Bit 19

pub fn pu_xtal32k_buf(&self) -> PU_XTAL32K_BUF_R[src]

Bit 18

pub fn xtal32k_ac_cap_short(&self) -> XTAL32K_AC_CAP_SHORT_R[src]

Bit 17

pub fn xtal32k_capbank(&self) -> XTAL32K_CAPBANK_R[src]

Bits 11:16

pub fn xtal32k_inv_stre(&self) -> XTAL32K_INV_STRE_R[src]

Bits 9:10

pub fn xtal32k_otf_short(&self) -> XTAL32K_OTF_SHORT_R[src]

Bit 8

pub fn xtal32k_outbuf_stre(&self) -> XTAL32K_OUTBUF_STRE_R[src]

Bit 7

pub fn xtal32k_reg(&self) -> XTAL32K_REG_R[src]

Bits 5:6

pub fn xtal32k_amp_ctrl(&self) -> XTAL32K_AMP_CTRL_R[src]

Bits 3:4

pub fn xtal32k_ext_sel(&self) -> XTAL32K_EXT_SEL_R[src]

Bit 2

Methods from Deref<Target = R<XTAL32K_SPEC>>

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

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<XTAL32K_SPEC>

The resulting type after dereferencing.

impl From<R<XTAL32K_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.