Struct msp432p401r::comp_e0::cex_ctl1::R[][src]

pub struct R(_);

Register CExCTL1 reader

Implementations

impl R[src]

pub fn ceout(&self) -> CEOUT_R[src]

Bit 0 - Comparator output value

pub fn ceoutpol(&self) -> CEOUTPOL_R[src]

Bit 1 - Comparator output polarity

pub fn cef(&self) -> CEF_R[src]

Bit 2 - Comparator output filter

pub fn ceies(&self) -> CEIES_R[src]

Bit 3 - Interrupt edge select for CEIIFG and CEIFG

pub fn ceshort(&self) -> CESHORT_R[src]

Bit 4 - Input short

pub fn ceex(&self) -> CEEX_R[src]

Bit 5 - Exchange

pub fn cefdly(&self) -> CEFDLY_R[src]

Bits 6:7 - Filter delay

pub fn cepwrmd(&self) -> CEPWRMD_R[src]

Bits 8:9 - Power Mode

pub fn ceon(&self) -> CEON_R[src]

Bit 10 - Comparator On

pub fn cemrvl(&self) -> CEMRVL_R[src]

Bit 11 - This bit is valid of CEMRVS is set to 1

pub fn cemrvs(&self) -> CEMRVS_R[src]

Bit 12 - This bit defines if the comparator output selects between VREF0 or VREF1 if CERS = 00, 01, or 10.

Methods from Deref<Target = R<CEXCTL1_SPEC>>

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

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<CEXCTL1_SPEC>

The resulting type after dereferencing.

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