Struct msp432p401r::comp_e1::cex_ctl3::R[][src]

pub struct R(_);

Register CExCTL3 reader

Implementations

impl R[src]

pub fn cepd0(&self) -> CEPD0_R[src]

Bit 0 - Port disable

pub fn cepd1(&self) -> CEPD1_R[src]

Bit 1 - Port disable

pub fn cepd2(&self) -> CEPD2_R[src]

Bit 2 - Port disable

pub fn cepd3(&self) -> CEPD3_R[src]

Bit 3 - Port disable

pub fn cepd4(&self) -> CEPD4_R[src]

Bit 4 - Port disable

pub fn cepd5(&self) -> CEPD5_R[src]

Bit 5 - Port disable

pub fn cepd6(&self) -> CEPD6_R[src]

Bit 6 - Port disable

pub fn cepd7(&self) -> CEPD7_R[src]

Bit 7 - Port disable

pub fn cepd8(&self) -> CEPD8_R[src]

Bit 8 - Port disable

pub fn cepd9(&self) -> CEPD9_R[src]

Bit 9 - Port disable

pub fn cepd10(&self) -> CEPD10_R[src]

Bit 10 - Port disable

pub fn cepd11(&self) -> CEPD11_R[src]

Bit 11 - Port disable

pub fn cepd12(&self) -> CEPD12_R[src]

Bit 12 - Port disable

pub fn cepd13(&self) -> CEPD13_R[src]

Bit 13 - Port disable

pub fn cepd14(&self) -> CEPD14_R[src]

Bit 14 - Port disable

pub fn cepd15(&self) -> CEPD15_R[src]

Bit 15 - Port disable

Methods from Deref<Target = R<CEXCTL3_SPEC>>

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

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<CEXCTL3_SPEC>

The resulting type after dereferencing.

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