[]Struct circuit_playground_express::atsamd21g18a::tcc0::intenclr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R

pub fn bits(&self) -> u32

Value of the register as raw bits

pub fn ovf(&self) -> OVFR

Bit 0 - Overflow Interrupt Enable

pub fn trg(&self) -> TRGR

Bit 1 - Retrigger Interrupt Enable

pub fn cnt(&self) -> CNTR

Bit 2 - Counter Interrupt Enable

pub fn err(&self) -> ERRR

Bit 3 - Error Interrupt Enable

pub fn dfs(&self) -> DFSR

Bit 11 - Non-Recoverable Debug Fault Interrupt Enable

pub fn faulta(&self) -> FAULTAR

Bit 12 - Recoverable Fault A Interrupt Enable

pub fn faultb(&self) -> FAULTBR

Bit 13 - Recoverable Fault B Interrupt Enable

pub fn fault0(&self) -> FAULT0R

Bit 14 - Non-Recoverable Fault 0 Interrupt Enable

pub fn fault1(&self) -> FAULT1R

Bit 15 - Non-Recoverable Fault 1 Interrupt Enable

pub fn mc0(&self) -> MC0R

Bit 16 - Match or Capture Channel 0 Interrupt Enable

pub fn mc1(&self) -> MC1R

Bit 17 - Match or Capture Channel 1 Interrupt Enable

pub fn mc2(&self) -> MC2R

Bit 18 - Match or Capture Channel 2 Interrupt Enable

pub fn mc3(&self) -> MC3R

Bit 19 - Match or Capture Channel 3 Interrupt Enable

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]