[][src]Struct bl602_pac::rf::ten_dc::R

pub struct R(_);

Register ten_dc reader

Implementations

impl R[src]

pub fn ten_lodist(&self) -> TEN_LODIST_R[src]

Bit 27

pub fn ten_lf(&self) -> TEN_LF_R[src]

Bit 26

pub fn ten_pfdcp(&self) -> TEN_PFDCP_R[src]

Bit 25

pub fn ten_vco(&self) -> TEN_VCO_R[src]

Bit 24

pub fn ten_dac_q(&self) -> TEN_DAC_Q_R[src]

Bit 22

pub fn ten_dac_i(&self) -> TEN_DAC_I_R[src]

Bit 21

pub fn ten_adc(&self) -> TEN_ADC_R[src]

Bit 20

pub fn ten_tbb(&self) -> TEN_TBB_R[src]

Bit 19

pub fn ten_atest(&self) -> TEN_ATEST_R[src]

Bit 18

pub fn ten_bq(&self) -> TEN_BQ_R[src]

Bit 17

pub fn ten_tia(&self) -> TEN_TIA_R[src]

Bit 16

pub fn ten_tmx(&self) -> TEN_TMX_R[src]

Bit 15

pub fn ten_pa(&self) -> TEN_PA_R[src]

Bit 14

pub fn ten_rrf_1(&self) -> TEN_RRF_1_R[src]

Bit 13

pub fn ten_rrf_0(&self) -> TEN_RRF_0_R[src]

Bit 12

pub fn ten_clkpll_sfreg(&self) -> TEN_CLKPLL_SFREG_R[src]

Bit 9

pub fn ten_clkpll(&self) -> TEN_CLKPLL_R[src]

Bit 8

pub fn dc_tp_clkpll_en(&self) -> DC_TP_CLKPLL_EN_R[src]

Bit 4

pub fn dc_tp_en(&self) -> DC_TP_EN_R[src]

Bit 3

pub fn tmux(&self) -> TMUX_R[src]

Bits 0:2

Methods from Deref<Target = R<TEN_DC_SPEC>>

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

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<TEN_DC_SPEC>

The resulting type after dereferencing.

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