[][src]Struct ambiq_apollo3_pac::ctimer::ctrl0::_TMRA0FNW

pub struct _TMRA0FNW<'a> { /* fields omitted */ }

Proxy

Methods

impl<'a> _TMRA0FNW<'a>[src]

pub fn variant(self, variant: TMRA0FNW) -> &'a mut W[src]

Writes variant to the field

pub fn singlecount(self) -> &'a mut W[src]

Single count (output toggles and sticks). Count to CMPR0A0, stop. value.

pub fn repeatedcount(self) -> &'a mut W[src]

Repeated count (periodic 1-clock-cycle-wide pulses). Count to CMPR0A0, restart. value.

pub fn pulse_once(self) -> &'a mut W[src]

Pulse once (aka one-shot). Count to CMPR0A0, assert, count to CMPR1A0, deassert, stop. value.

pub fn pulse_cont(self) -> &'a mut W[src]

Pulse continously. Count to CMPR0A0, assert, count to CMPR1A0, deassert, restart. value.

pub fn singlepattern(self) -> &'a mut W[src]

Single pattern. value.

pub fn repeatpattern(self) -> &'a mut W[src]

Repeated pattern. value.

pub fn continuous(self) -> &'a mut W[src]

Continuous run (aka Free Run). Count continuously. value.

pub fn altpwn(self) -> &'a mut W[src]

Alternate PWM value.

pub fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _TMRA0FNW<'a>

impl<'a> Sync for _TMRA0FNW<'a>

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