[][src]Struct bl602_pac::hbn::rc32k_ctrl0::W

pub struct W(_);

Register rc32k_ctrl0 writer

Implementations

impl W[src]

pub fn rc32k_code_fr_ext(&mut self) -> RC32K_CODE_FR_EXT_W[src]

Bits 22:31

pub fn rc32k_cal_en(&mut self) -> RC32K_CAL_EN_W[src]

Bit 20

pub fn rc32k_ext_code_en(&mut self) -> RC32K_EXT_CODE_EN_W[src]

Bit 19

pub fn rc32k_allow_cal(&mut self) -> RC32K_ALLOW_CAL_W[src]

Bit 18

pub fn rc32k_vref_dly(&mut self) -> RC32K_VREF_DLY_W[src]

Bits 16:17

pub fn rc32k_dig_code_fr_cal(&mut self) -> RC32K_DIG_CODE_FR_CAL_W[src]

Bits 6:15

pub fn rc32k_cal_precharge(&mut self) -> RC32K_CAL_PRECHARGE_W[src]

Bit 5

pub fn rc32k_cal_div(&mut self) -> RC32K_CAL_DIV_W[src]

Bits 3:4

pub fn rc32k_cal_inprogress(&mut self) -> RC32K_CAL_INPROGRESS_W[src]

Bit 2

pub fn rc32k_rdy(&mut self) -> RC32K_RDY_W[src]

Bit 1

pub fn rc32k_cal_done(&mut self) -> RC32K_CAL_DONE_W[src]

Bit 0

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

Writes raw bits to the register.

Methods from Deref<Target = W<RC32K_CTRL0_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<RC32K_CTRL0_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

impl From<W<RC32K_CTRL0_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.