[][src]Struct efr32xg1::gpio::extipsell::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 Self
[src]

Writes raw bits to the register

pub fn extipsel0(&mut self) -> _EXTIPSEL0W
[src]

Bits 0:3 - External Interrupt 0 Port Select

pub fn extipsel1(&mut self) -> _EXTIPSEL1W
[src]

Bits 4:7 - External Interrupt 1 Port Select

pub fn extipsel2(&mut self) -> _EXTIPSEL2W
[src]

Bits 8:11 - External Interrupt 2 Port Select

pub fn extipsel3(&mut self) -> _EXTIPSEL3W
[src]

Bits 12:15 - External Interrupt 3 Port Select

pub fn extipsel4(&mut self) -> _EXTIPSEL4W
[src]

Bits 16:19 - External Interrupt 4 Port Select

pub fn extipsel5(&mut self) -> _EXTIPSEL5W
[src]

Bits 20:23 - External Interrupt 5 Port Select

pub fn extipsel6(&mut self) -> _EXTIPSEL6W
[src]

Bits 24:27 - External Interrupt 6 Port Select

pub fn extipsel7(&mut self) -> _EXTIPSEL7W
[src]

Bits 28:31 - External Interrupt 7 Port Select

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
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

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

🔬 This is a nightly-only experimental API. (try_from)

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]