[][src]Struct ambiq_apollo3_pac::ctimer::ctrl3::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

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

Writes raw bits to the register

pub fn ctlink3(&mut self) -> _CTLINK3W[src]

Bit 31 - Counter/Timer A3/B3 Link bit.

pub fn tmrb3pol(&mut self) -> _TMRB3POLW[src]

Bit 28 - Counter/Timer B3 output polarity.

pub fn tmrb3clr(&mut self) -> _TMRB3CLRW[src]

Bit 27 - Counter/Timer B3 Clear bit.

pub fn tmrb3ie1(&mut self) -> _TMRB3IE1W[src]

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

pub fn tmrb3ie0(&mut self) -> _TMRB3IE0W[src]

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

pub fn tmrb3fn(&mut self) -> _TMRB3FNW[src]

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

pub fn tmrb3clk(&mut self) -> _TMRB3CLKW[src]

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

pub fn tmrb3en(&mut self) -> _TMRB3ENW[src]

Bit 16 - Counter/Timer B3 Enable bit.

pub fn adcen(&mut self) -> _ADCENW[src]

Bit 15 - Special Timer A3 enable for ADC function.

pub fn tmra3pol(&mut self) -> _TMRA3POLW[src]

Bit 12 - Counter/Timer A3 output polarity.

pub fn tmra3clr(&mut self) -> _TMRA3CLRW[src]

Bit 11 - Counter/Timer A3 Clear bit.

pub fn tmra3ie1(&mut self) -> _TMRA3IE1W[src]

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

pub fn tmra3ie0(&mut self) -> _TMRA3IE0W[src]

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

pub fn tmra3fn(&mut self) -> _TMRA3FNW[src]

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

pub fn tmra3clk(&mut self) -> _TMRA3CLKW[src]

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

pub fn tmra3en(&mut self) -> _TMRA3ENW[src]

Bit 0 - Counter/Timer A3 Enable bit.

Auto Trait Implementations

impl Send for W

impl Sync for W

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