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

pub struct W(_);

Register TAxCCTL[%s] writer

Implementations

impl W[src]

pub fn ccifg(&mut self) -> CCIFG_W<'_>[src]

Bit 0 - Capture/compare interrupt flag

pub fn cov(&mut self) -> COV_W<'_>[src]

Bit 1 - Capture overflow

pub fn out(&mut self) -> OUT_W<'_>[src]

Bit 2 - Output

pub fn ccie(&mut self) -> CCIE_W<'_>[src]

Bit 4 - Capture/compare interrupt enable

pub fn outmod(&mut self) -> OUTMOD_W<'_>[src]

Bits 5:7 - Output mode

pub fn cap(&mut self) -> CAP_W<'_>[src]

Bit 8 - Capture mode

pub fn scci(&mut self) -> SCCI_W<'_>[src]

Bit 10 - Synchronized capture/compare input

pub fn scs(&mut self) -> SCS_W<'_>[src]

Bit 11 - Synchronize capture source

pub fn ccis(&mut self) -> CCIS_W<'_>[src]

Bits 12:13 - Capture/compare input select

pub fn cm(&mut self) -> CM_W<'_>[src]

Bits 14:15 - Capture mode

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

Writes raw bits to the register.

Methods from Deref<Target = W<TAXCCTL_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<TAXCCTL_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

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