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

pub struct W(_);

Register ten_dc writer

Implementations

impl W[src]

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

Bit 27

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

Bit 26

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

Bit 25

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

Bit 24

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

Bit 22

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

Bit 21

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

Bit 20

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

Bit 19

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

Bit 18

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

Bit 17

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

Bit 16

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

Bit 15

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

Bit 14

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

Bit 13

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

Bit 12

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

Bit 9

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

Bit 8

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

Bit 4

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

Bit 3

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

Bits 0:2

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register.

Methods from Deref<Target = W<TEN_DC_SPEC>>

pub unsafe fn bits(&mut self, bits: REG::Ux) -> &mut Self[src]

Writes raw bits to the register.

Trait Implementations

impl Deref for W[src]

type Target = W<TEN_DC_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

impl From<W<TEN_DC_SPEC>> for W[src]

Auto Trait Implementations

impl Send for W

impl Sync for W

impl Unpin for W

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.