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

pub struct R(_);

Register CSIE reader

Implementations

impl R[src]

pub fn lfxtie(&self) -> LFXTIE_R[src]

Bit 0 - LFXT oscillator fault flag interrupt enable

pub fn hfxtie(&self) -> HFXTIE_R[src]

Bit 1 - HFXT oscillator fault flag interrupt enable

pub fn hfxt2ie(&self) -> HFXT2IE_R[src]

Bit 2 - HFXT2 oscillator fault flag interrupt enable

pub fn dcor_opnie(&self) -> DCOR_OPNIE_R[src]

Bit 6 - DCO external resistor open circuit fault flag interrupt enable.

pub fn fcntlfie(&self) -> FCNTLFIE_R[src]

Bit 8 - Start fault counter interrupt enable LFXT

pub fn fcnthfie(&self) -> FCNTHFIE_R[src]

Bit 9 - Start fault counter interrupt enable HFXT

pub fn fcnthf2ie(&self) -> FCNTHF2IE_R[src]

Bit 10 - Start fault counter interrupt enable HFXT2

pub fn plloolie(&self) -> PLLOOLIE_R[src]

Bit 12 - PLL out-of-lock interrupt enable

pub fn plllosie(&self) -> PLLLOSIE_R[src]

Bit 13 - PLL loss-of-signal interrupt enable

pub fn plloorie(&self) -> PLLOORIE_R[src]

Bit 14 - PLL out-of-range interrupt enable

pub fn calie(&self) -> CALIE_R[src]

Bit 15 - REFCNT period counter interrupt enable

Methods from Deref<Target = R<CSIE_SPEC>>

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

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<CSIE_SPEC>

The resulting type after dereferencing.

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