[][src]Struct circuit_playground_express::eic::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 extint0(&self) -> EXTINT0R[src]

Bit 0 - External Interrupt 0 Enable

pub fn extint1(&self) -> EXTINT1R[src]

Bit 1 - External Interrupt 1 Enable

pub fn extint2(&self) -> EXTINT2R[src]

Bit 2 - External Interrupt 2 Enable

pub fn extint3(&self) -> EXTINT3R[src]

Bit 3 - External Interrupt 3 Enable

pub fn extint4(&self) -> EXTINT4R[src]

Bit 4 - External Interrupt 4 Enable

pub fn extint5(&self) -> EXTINT5R[src]

Bit 5 - External Interrupt 5 Enable

pub fn extint6(&self) -> EXTINT6R[src]

Bit 6 - External Interrupt 6 Enable

pub fn extint7(&self) -> EXTINT7R[src]

Bit 7 - External Interrupt 7 Enable

pub fn extint8(&self) -> EXTINT8R[src]

Bit 8 - External Interrupt 8 Enable

pub fn extint9(&self) -> EXTINT9R[src]

Bit 9 - External Interrupt 9 Enable

pub fn extint10(&self) -> EXTINT10R[src]

Bit 10 - External Interrupt 10 Enable

pub fn extint11(&self) -> EXTINT11R[src]

Bit 11 - External Interrupt 11 Enable

pub fn extint12(&self) -> EXTINT12R[src]

Bit 12 - External Interrupt 12 Enable

pub fn extint13(&self) -> EXTINT13R[src]

Bit 13 - External Interrupt 13 Enable

pub fn extint14(&self) -> EXTINT14R[src]

Bit 14 - External Interrupt 14 Enable

pub fn extint15(&self) -> EXTINT15R[src]

Bit 15 - External Interrupt 15 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]