[][src]Struct circuit_playground_express::eic::intenset::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut W[src]

Writes raw bits to the register

pub fn extint0(&mut self) -> _EXTINT0W[src]

Bit 0 - External Interrupt 0 Enable

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

Bit 1 - External Interrupt 1 Enable

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

Bit 2 - External Interrupt 2 Enable

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

Bit 3 - External Interrupt 3 Enable

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

Bit 4 - External Interrupt 4 Enable

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

Bit 5 - External Interrupt 5 Enable

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

Bit 6 - External Interrupt 6 Enable

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

Bit 7 - External Interrupt 7 Enable

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

Bit 8 - External Interrupt 8 Enable

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

Bit 9 - External Interrupt 9 Enable

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

Bit 10 - External Interrupt 10 Enable

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

Bit 11 - External Interrupt 11 Enable

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

Bit 12 - External Interrupt 12 Enable

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

Bit 13 - External Interrupt 13 Enable

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

Bit 14 - External Interrupt 14 Enable

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

Bit 15 - External Interrupt 15 Enable

Auto Trait Implementations

impl Send for W

impl Sync for W

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]