[−][src]Struct trinket_m0::tcc0::intenclr::R
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 Interrupt Enable
pub fn trg(&self) -> TRGR
[src]
Bit 1 - Retrigger Interrupt Enable
pub fn cnt(&self) -> CNTR
[src]
Bit 2 - Counter Interrupt Enable
pub fn err(&self) -> ERRR
[src]
Bit 3 - Error Interrupt Enable
pub fn dfs(&self) -> DFSR
[src]
Bit 11 - Non-Recoverable Debug Fault Interrupt Enable
pub fn faulta(&self) -> FAULTAR
[src]
Bit 12 - Recoverable Fault A Interrupt Enable
pub fn faultb(&self) -> FAULTBR
[src]
Bit 13 - Recoverable Fault B Interrupt Enable
pub fn fault0(&self) -> FAULT0R
[src]
Bit 14 - Non-Recoverable Fault 0 Interrupt Enable
pub fn fault1(&self) -> FAULT1R
[src]
Bit 15 - Non-Recoverable Fault 1 Interrupt Enable
pub fn mc0(&self) -> MC0R
[src]
Bit 16 - Match or Capture Channel 0 Interrupt Enable
pub fn mc1(&self) -> MC1R
[src]
Bit 17 - Match or Capture Channel 1 Interrupt Enable
pub fn mc2(&self) -> MC2R
[src]
Bit 18 - Match or Capture Channel 2 Interrupt Enable
pub fn mc3(&self) -> MC3R
[src]
Bit 19 - Match or Capture Channel 3 Interrupt Enable
Auto Trait Implementations
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> TryFrom for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,