[][src]Struct circuit_playground_express::atsamd21g18a::evsys::intenclr::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 ovr0(&self) -> OVR0R[src]

Bit 0 - Channel 0 Overrun Interrupt Enable

pub fn ovr1(&self) -> OVR1R[src]

Bit 1 - Channel 1 Overrun Interrupt Enable

pub fn ovr2(&self) -> OVR2R[src]

Bit 2 - Channel 2 Overrun Interrupt Enable

pub fn ovr3(&self) -> OVR3R[src]

Bit 3 - Channel 3 Overrun Interrupt Enable

pub fn ovr4(&self) -> OVR4R[src]

Bit 4 - Channel 4 Overrun Interrupt Enable

pub fn ovr5(&self) -> OVR5R[src]

Bit 5 - Channel 5 Overrun Interrupt Enable

pub fn ovr6(&self) -> OVR6R[src]

Bit 6 - Channel 6 Overrun Interrupt Enable

pub fn ovr7(&self) -> OVR7R[src]

Bit 7 - Channel 7 Overrun Interrupt Enable

pub fn evd0(&self) -> EVD0R[src]

Bit 8 - Channel 0 Event Detection Interrupt Enable

pub fn evd1(&self) -> EVD1R[src]

Bit 9 - Channel 1 Event Detection Interrupt Enable

pub fn evd2(&self) -> EVD2R[src]

Bit 10 - Channel 2 Event Detection Interrupt Enable

pub fn evd3(&self) -> EVD3R[src]

Bit 11 - Channel 3 Event Detection Interrupt Enable

pub fn evd4(&self) -> EVD4R[src]

Bit 12 - Channel 4 Event Detection Interrupt Enable

pub fn evd5(&self) -> EVD5R[src]

Bit 13 - Channel 5 Event Detection Interrupt Enable

pub fn evd6(&self) -> EVD6R[src]

Bit 14 - Channel 6 Event Detection Interrupt Enable

pub fn evd7(&self) -> EVD7R[src]

Bit 15 - Channel 7 Event Detection Interrupt Enable

pub fn ovr8(&self) -> OVR8R[src]

Bit 16 - Channel 8 Overrun Interrupt Enable

pub fn ovr9(&self) -> OVR9R[src]

Bit 17 - Channel 9 Overrun Interrupt Enable

pub fn ovr10(&self) -> OVR10R[src]

Bit 18 - Channel 10 Overrun Interrupt Enable

pub fn ovr11(&self) -> OVR11R[src]

Bit 19 - Channel 11 Overrun Interrupt Enable

pub fn evd8(&self) -> EVD8R[src]

Bit 24 - Channel 8 Event Detection Interrupt Enable

pub fn evd9(&self) -> EVD9R[src]

Bit 25 - Channel 9 Event Detection Interrupt Enable

pub fn evd10(&self) -> EVD10R[src]

Bit 26 - Channel 10 Event Detection Interrupt Enable

pub fn evd11(&self) -> EVD11R[src]

Bit 27 - Channel 11 Event Detection 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]