[][src]Struct efm32gg11b820::letimer1::ctrl::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 repmode(&mut self) -> _REPMODEW[src]

Bits 0:1 - Repeat Mode

pub fn ufoa0(&mut self) -> _UFOA0W[src]

Bits 2:3 - Underflow Output Action 0

pub fn ufoa1(&mut self) -> _UFOA1W[src]

Bits 4:5 - Underflow Output Action 1

pub fn opol0(&mut self) -> _OPOL0W[src]

Bit 6 - Output 0 Polarity

pub fn opol1(&mut self) -> _OPOL1W[src]

Bit 7 - Output 1 Polarity

pub fn buftop(&mut self) -> _BUFTOPW[src]

Bit 8 - Buffered Top

pub fn comp0top(&mut self) -> _COMP0TOPW[src]

Bit 9 - Compare Value 0 is Top Value

pub fn debugrun(&mut self) -> _DEBUGRUNW[src]

Bit 12 - Debug Mode Run Enable

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