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

pub struct R(_);

Register CSIFG reader

Implementations

impl R[src]

pub fn lfxtifg(&self) -> LFXTIFG_R[src]

Bit 0 - LFXT oscillator fault flag

pub fn hfxtifg(&self) -> HFXTIFG_R[src]

Bit 1 - HFXT oscillator fault flag

pub fn hfxt2ifg(&self) -> HFXT2IFG_R[src]

Bit 2 - HFXT2 oscillator fault flag

pub fn dcor_shtifg(&self) -> DCOR_SHTIFG_R[src]

Bit 5 - DCO external resistor short circuit fault flag.

pub fn dcor_opnifg(&self) -> DCOR_OPNIFG_R[src]

Bit 6 - DCO external resistor open circuit fault flag.

pub fn fcntlfifg(&self) -> FCNTLFIFG_R[src]

Bit 8 - Start fault counter interrupt flag LFXT

pub fn fcnthfifg(&self) -> FCNTHFIFG_R[src]

Bit 9 - Start fault counter interrupt flag HFXT

pub fn fcnthf2ifg(&self) -> FCNTHF2IFG_R[src]

Bit 11 - Start fault counter interrupt flag HFXT2

pub fn plloolifg(&self) -> PLLOOLIFG_R[src]

Bit 12 - PLL out-of-lock interrupt flag

pub fn plllosifg(&self) -> PLLLOSIFG_R[src]

Bit 13 - PLL loss-of-signal interrupt flag

pub fn plloorifg(&self) -> PLLOORIFG_R[src]

Bit 14 - PLL out-of-range interrupt flag

pub fn califg(&self) -> CALIFG_R[src]

Bit 15 - REFCNT period counter expired

Methods from Deref<Target = R<CSIFG_SPEC>>

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

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<CSIFG_SPEC>

The resulting type after dereferencing.

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