[][src]Struct efr32xg1::gpio::extipselh::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 extipsel8(&mut self) -> _EXTIPSEL8W
[src]

Bits 0:3 - External Interrupt 8 Port Select

pub fn extipsel9(&mut self) -> _EXTIPSEL9W
[src]

Bits 4:7 - External Interrupt 9 Port Select

pub fn extipsel10(&mut self) -> _EXTIPSEL10W
[src]

Bits 8:11 - External Interrupt 10 Port Select

pub fn extipsel11(&mut self) -> _EXTIPSEL11W
[src]

Bits 12:15 - External Interrupt 11 Port Select

pub fn extipsel12(&mut self) -> _EXTIPSEL12W
[src]

Bits 16:19 - External Interrupt 12 Port Select

pub fn extipsel13(&mut self) -> _EXTIPSEL13W
[src]

Bits 20:23 - External Interrupt 13 Port Select

pub fn extipsel14(&mut self) -> _EXTIPSEL14W
[src]

Bits 24:27 - External Interrupt 14 Port Select

pub fn extipsel15(&mut self) -> _EXTIPSEL15W
[src]

Bits 28:31 - External Interrupt 15 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]