Struct msp432p401r::timer_a3::tax_cctl::R[][src]

pub struct R(_);

Register TAxCCTL[%s] reader

Implementations

impl R[src]

pub fn ccifg(&self) -> CCIFG_R[src]

Bit 0 - Capture/compare interrupt flag

pub fn cov(&self) -> COV_R[src]

Bit 1 - Capture overflow

pub fn out(&self) -> OUT_R[src]

Bit 2 - Output

pub fn cci(&self) -> CCI_R[src]

Bit 3 - Capture/compare input

pub fn ccie(&self) -> CCIE_R[src]

Bit 4 - Capture/compare interrupt enable

pub fn outmod(&self) -> OUTMOD_R[src]

Bits 5:7 - Output mode

pub fn cap(&self) -> CAP_R[src]

Bit 8 - Capture mode

pub fn scci(&self) -> SCCI_R[src]

Bit 10 - Synchronized capture/compare input

pub fn scs(&self) -> SCS_R[src]

Bit 11 - Synchronize capture source

pub fn ccis(&self) -> CCIS_R[src]

Bits 12:13 - Capture/compare input select

pub fn cm(&self) -> CM_R[src]

Bits 14:15 - Capture mode

Methods from Deref<Target = R<TAXCCTL_SPEC>>

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

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<TAXCCTL_SPEC>

The resulting type after dereferencing.

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