[][src]Struct efm32gg11b820::timer6::status::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn running(&self) -> RUNNINGR[src]

Bit 0 - Running

pub fn dir(&self) -> DIRR[src]

Bit 1 - Direction

pub fn topbv(&self) -> TOPBVR[src]

Bit 2 - TOPB Valid

pub fn ccvbv0(&self) -> CCVBV0R[src]

Bit 8 - CC0 CCVB Valid

pub fn ccvbv1(&self) -> CCVBV1R[src]

Bit 9 - CC1 CCVB Valid

pub fn ccvbv2(&self) -> CCVBV2R[src]

Bit 10 - CC2 CCVB Valid

pub fn ccvbv3(&self) -> CCVBV3R[src]

Bit 11 - CC3 CCVB Valid

pub fn icv0(&self) -> ICV0R[src]

Bit 16 - CC0 Input Capture Valid

pub fn icv1(&self) -> ICV1R[src]

Bit 17 - CC1 Input Capture Valid

pub fn icv2(&self) -> ICV2R[src]

Bit 18 - CC2 Input Capture Valid

pub fn icv3(&self) -> ICV3R[src]

Bit 19 - CC3 Input Capture Valid

pub fn ccpol0(&self) -> CCPOL0R[src]

Bit 24 - CC0 Polarity

pub fn ccpol1(&self) -> CCPOL1R[src]

Bit 25 - CC1 Polarity

pub fn ccpol2(&self) -> CCPOL2R[src]

Bit 26 - CC2 Polarity

pub fn ccpol3(&self) -> CCPOL3R[src]

Bit 27 - CC3 Polarity

Auto Trait Implementations

impl Send for R

impl Sync for R

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