Struct msp432p401r::comp_e1::cex_ctl1::W[][src]

pub struct W(_);

Register CExCTL1 writer

Implementations

impl W[src]

pub fn ceout(&mut self) -> CEOUT_W<'_>[src]

Bit 0 - Comparator output value

pub fn ceoutpol(&mut self) -> CEOUTPOL_W<'_>[src]

Bit 1 - Comparator output polarity

pub fn cef(&mut self) -> CEF_W<'_>[src]

Bit 2 - Comparator output filter

pub fn ceies(&mut self) -> CEIES_W<'_>[src]

Bit 3 - Interrupt edge select for CEIIFG and CEIFG

pub fn ceshort(&mut self) -> CESHORT_W<'_>[src]

Bit 4 - Input short

pub fn ceex(&mut self) -> CEEX_W<'_>[src]

Bit 5 - Exchange

pub fn cefdly(&mut self) -> CEFDLY_W<'_>[src]

Bits 6:7 - Filter delay

pub fn cepwrmd(&mut self) -> CEPWRMD_W<'_>[src]

Bits 8:9 - Power Mode

pub fn ceon(&mut self) -> CEON_W<'_>[src]

Bit 10 - Comparator On

pub fn cemrvl(&mut self) -> CEMRVL_W<'_>[src]

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

pub fn cemrvs(&mut self) -> CEMRVS_W<'_>[src]

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

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

Writes raw bits to the register.

Methods from Deref<Target = W<CEXCTL1_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<CEXCTL1_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

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