Struct msp432p401r::cs::csstat::R[][src]

pub struct R(_);

Register CSSTAT reader

Implementations

impl R[src]

pub fn dco_on(&self) -> DCO_ON_R[src]

Bit 0 - DCO status

pub fn dcobias_on(&self) -> DCOBIAS_ON_R[src]

Bit 1 - DCO bias status

pub fn hfxt_on(&self) -> HFXT_ON_R[src]

Bit 2 - HFXT status

pub fn hfxt2_on(&self) -> HFXT2_ON_R[src]

Bit 3 - HFXT2 status

pub fn modosc_on(&self) -> MODOSC_ON_R[src]

Bit 4 - MODOSC status

pub fn vlo_on(&self) -> VLO_ON_R[src]

Bit 5 - VLO status

pub fn lfxt_on(&self) -> LFXT_ON_R[src]

Bit 6 - LFXT status

pub fn refo_on(&self) -> REFO_ON_R[src]

Bit 7 - REFO status

pub fn aclk_on(&self) -> ACLK_ON_R[src]

Bit 16 - ACLK system clock status

pub fn mclk_on(&self) -> MCLK_ON_R[src]

Bit 17 - MCLK system clock status

pub fn hsmclk_on(&self) -> HSMCLK_ON_R[src]

Bit 18 - HSMCLK system clock status

pub fn smclk_on(&self) -> SMCLK_ON_R[src]

Bit 19 - SMCLK system clock status

pub fn modclk_on(&self) -> MODCLK_ON_R[src]

Bit 20 - MODCLK system clock status

pub fn vloclk_on(&self) -> VLOCLK_ON_R[src]

Bit 21 - VLOCLK system clock status

pub fn lfxtclk_on(&self) -> LFXTCLK_ON_R[src]

Bit 22 - LFXTCLK system clock status

pub fn refoclk_on(&self) -> REFOCLK_ON_R[src]

Bit 23 - REFOCLK system clock status

pub fn aclk_ready(&self) -> ACLK_READY_R[src]

Bit 24 - ACLK Ready status

pub fn mclk_ready(&self) -> MCLK_READY_R[src]

Bit 25 - MCLK Ready status

pub fn hsmclk_ready(&self) -> HSMCLK_READY_R[src]

Bit 26 - HSMCLK Ready status

pub fn smclk_ready(&self) -> SMCLK_READY_R[src]

Bit 27 - SMCLK Ready status

pub fn bclk_ready(&self) -> BCLK_READY_R[src]

Bit 28 - BCLK Ready status

Methods from Deref<Target = R<CSSTAT_SPEC>>

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

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<CSSTAT_SPEC>

The resulting type after dereferencing.

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