[][src]Struct circuit_playground_express::atsamd21g18a::tcc0::intflag::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 ovf(&self) -> OVFR[src]

Bit 0 - Overflow

pub fn trg(&self) -> TRGR[src]

Bit 1 - Retrigger

pub fn cnt(&self) -> CNTR[src]

Bit 2 - Counter

pub fn err(&self) -> ERRR[src]

Bit 3 - Error

pub fn dfs(&self) -> DFSR[src]

Bit 11 - Non-Recoverable Debug Fault

pub fn faulta(&self) -> FAULTAR[src]

Bit 12 - Recoverable Fault A

pub fn faultb(&self) -> FAULTBR[src]

Bit 13 - Recoverable Fault B

pub fn fault0(&self) -> FAULT0R[src]

Bit 14 - Non-Recoverable Fault 0

pub fn fault1(&self) -> FAULT1R[src]

Bit 15 - Non-Recoverable Fault 1

pub fn mc0(&self) -> MC0R[src]

Bit 16 - Match or Capture 0

pub fn mc1(&self) -> MC1R[src]

Bit 17 - Match or Capture 1

pub fn mc2(&self) -> MC2R[src]

Bit 18 - Match or Capture 2

pub fn mc3(&self) -> MC3R[src]

Bit 19 - Match or Capture 3

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T[src]

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, 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]