[][src]Struct ambiq_apollo3_pac::ctimer::ctrl5::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 ctlink5(&self) -> CTLINK5R[src]

Bit 31 - Counter/Timer A5/B5 Link bit.

pub fn tmrb5pol(&self) -> TMRB5POLR[src]

Bit 28 - Counter/Timer B5 output polarity.

pub fn tmrb5clr(&self) -> TMRB5CLRR[src]

Bit 27 - Counter/Timer B5 Clear bit.

pub fn tmrb5ie1(&self) -> TMRB5IE1R[src]

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

pub fn tmrb5ie0(&self) -> TMRB5IE0R[src]

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

pub fn tmrb5fn(&self) -> TMRB5FNR[src]

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

pub fn tmrb5clk(&self) -> TMRB5CLKR[src]

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

pub fn tmrb5en(&self) -> TMRB5ENR[src]

Bit 16 - Counter/Timer B5 Enable bit.

pub fn tmra5pol(&self) -> TMRA5POLR[src]

Bit 12 - Counter/Timer A5 output polarity.

pub fn tmra5clr(&self) -> TMRA5CLRR[src]

Bit 11 - Counter/Timer A5 Clear bit.

pub fn tmra5ie1(&self) -> TMRA5IE1R[src]

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

pub fn tmra5ie0(&self) -> TMRA5IE0R[src]

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

pub fn tmra5fn(&self) -> TMRA5FNR[src]

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

pub fn tmra5clk(&self) -> TMRA5CLKR[src]

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

pub fn tmra5en(&self) -> TMRA5ENR[src]

Bit 0 - Counter/Timer A5 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