Struct msp430fr6972::comparator_e::cectl1::R[][src]

pub struct R(_);

Register CECTL1 reader

Implementations

impl R[src]

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

Bit 0 - Comp. E Output

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

Bit 1 - Comp. E Output Polarity

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

Bit 2 - Comp. E Enable Output Filter

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

Bit 3 - Comp. E Interrupt Edge Select

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

Bit 4 - Comp. E Input Short

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

Bit 5 - Comp. E Exchange Inputs

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

Bits 6:7 - Comp. E Filter delay Bit 0

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

Bits 8:9 - Comp. E Power mode Bit 0

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

Bit 10 - Comp. E enable

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

Bit 11 - Comp. E CEMRV Level

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

Bit 12 - Comp. E Output selects between VREF0 or VREF1

Methods from Deref<Target = R<CECTL1_SPEC>>

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

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<CECTL1_SPEC>

The resulting type after dereferencing.

fn deref(&self) -> &Self::Target[src]

Dereferences the value.

impl From<R<CECTL1_SPEC>> for R[src]

fn from(reader: R<CECTL1_SPEC>) -> Self[src]

Performs the conversion.

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]

pub fn type_id(&self) -> TypeId[src]

Gets the TypeId of self. Read more

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

pub fn borrow(&self) -> &T[src]

Immutably borrows from an owned value. Read more

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

pub fn borrow_mut(&mut self) -> &mut T[src]

Mutably borrows from an owned value. Read more

impl<T> From<T> for T[src]

pub fn from(t: T) -> T[src]

Performs the conversion.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

pub fn into(self) -> U[src]

Performs the conversion.

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.

pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]

Performs the conversion.

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.

pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]

Performs the conversion.