[][src]Struct ambiq_apollo1_pac::ctimer::ctrl3::TMRB3FN_W

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

Write proxy for field TMRB3FN

Methods

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

pub fn variant(self, variant: TMRB3FN_A) -> &'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 CMPR0B3, stop.

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

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

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

Pulse once (aka one-shot). Count to CMPR0B3, assert, count to CMPR1B, deassert, stop.

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

Pulse continously. Count to CMPR0B3, assert, count to CMPR1B3, deassert, restart.

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

Continuous run (aka Free Run). Count continuously.

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for TMRB3FN_W<'a>

impl<'a> !Sync for TMRB3FN_W<'a>

impl<'a> Unpin for TMRB3FN_W<'a>

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> Same<T> for T

type Output = T

Should always be Self

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.