[][src]Struct efr32xg1::letimer0::prssel::_PRSSTARTMODEW

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

Proxy

Methods

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

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

Writes variant to the field

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

PRS cannot start the LETIMER

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

Rising edge of selected PRS input can start the LETIMER

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

Falling edge of selected PRS input can start the LETIMER

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

Both the rising or falling edge of the selected PRS input can start the LETIMER

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _PRSSTARTMODEW<'a>

impl<'a> Sync for _PRSSTARTMODEW<'a>

Blanket Implementations

impl<T> From for T
[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

🔬 This is a nightly-only experimental API. (try_from)

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]