[][src]Struct ambiq_apollo3_pac::ctimer::ctrl2::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn ctlink2(&self) -> CTLINK2R[src]

Bit 31 - Counter/Timer A2/B2 Link bit.

pub fn tmrb2pol(&self) -> TMRB2POLR[src]

Bit 28 - Counter/Timer B2 output polarity.

pub fn tmrb2clr(&self) -> TMRB2CLRR[src]

Bit 27 - Counter/Timer B2 Clear bit.

pub fn tmrb2ie1(&self) -> TMRB2IE1R[src]

Bit 26 - Counter/Timer B2 Interrupt Enable bit for COMPR1.

pub fn tmrb2ie0(&self) -> TMRB2IE0R[src]

Bit 25 - Counter/Timer B2 Interrupt Enable bit for COMPR0.

pub fn tmrb2fn(&self) -> TMRB2FNR[src]

Bits 22:24 - Counter/Timer B2 Function Select.

pub fn tmrb2clk(&self) -> TMRB2CLKR[src]

Bits 17:21 - Counter/Timer B2 Clock Select.

pub fn tmrb2en(&self) -> TMRB2ENR[src]

Bit 16 - Counter/Timer B2 Enable bit.

pub fn tmra2pol(&self) -> TMRA2POLR[src]

Bit 12 - Counter/Timer A2 output polarity.

pub fn tmra2clr(&self) -> TMRA2CLRR[src]

Bit 11 - Counter/Timer A2 Clear bit.

pub fn tmra2ie1(&self) -> TMRA2IE1R[src]

Bit 10 - Counter/Timer A2 Interrupt Enable bit based on COMPR1.

pub fn tmra2ie0(&self) -> TMRA2IE0R[src]

Bit 9 - Counter/Timer A2 Interrupt Enable bit based on COMPR0.

pub fn tmra2fn(&self) -> TMRA2FNR[src]

Bits 6:8 - Counter/Timer A2 Function Select.

pub fn tmra2clk(&self) -> TMRA2CLKR[src]

Bits 1:5 - Counter/Timer A2 Clock Select.

pub fn tmra2en(&self) -> TMRA2ENR[src]

Bit 0 - Counter/Timer A2 Enable bit.

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

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

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

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

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self