Struct msp430fr6972::timer_0_a3::ta0cctl1::R[][src]

pub struct R(_);

Register TA0CCTL1 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/compare overflow flag

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

Bit 2 - PWM Output signal if output mode 0

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

Bit 3 - Capture input signal (read)

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 2

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

Bit 8 - Capture mode: 1 /Compare mode : 0

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

Bit 10 - Latched capture signal (read)

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

Bit 11 - Capture sychronize

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

Bits 12:13 - Capture input select 1

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

Bits 14:15 - Capture mode 1

Methods from Deref<Target = R<TA0CCTL1_SPEC>>

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

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<TA0CCTL1_SPEC>

The resulting type after dereferencing.

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

Dereferences the value.

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

fn from(reader: R<TA0CCTL1_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.