[][src]Struct efm32gg11b820::timer3::cc0_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 mode(&mut self) -> _MODEW[src]

Bits 0:1 - CC Channel Mode

pub fn outinv(&mut self) -> _OUTINVW[src]

Bit 2 - Output Invert

pub fn coist(&mut self) -> _COISTW[src]

Bit 4 - Compare Output Initial State

pub fn cmoa(&mut self) -> _CMOAW[src]

Bits 8:9 - Compare Match Output Action

pub fn cofoa(&mut self) -> _COFOAW[src]

Bits 10:11 - Counter Overflow Output Action

pub fn cufoa(&mut self) -> _CUFOAW[src]

Bits 12:13 - Counter Underflow Output Action

pub fn prssel(&mut self) -> _PRSSELW[src]

Bits 16:20 - Compare/Capture Channel PRS Input Channel Selection

pub fn icedge(&mut self) -> _ICEDGEW[src]

Bits 24:25 - Input Capture Edge Select

pub fn icevctrl(&mut self) -> _ICEVCTRLW[src]

Bits 26:27 - Input Capture Event Control

pub fn prsconf(&mut self) -> _PRSCONFW[src]

Bit 28 - PRS Configuration

pub fn insel(&mut self) -> _INSELW[src]

Bit 29 - Input Selection

pub fn filt(&mut self) -> _FILTW[src]

Bit 30 - Digital Filter

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