[][src]Struct efm32gg11b820::gpio::extilevel::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 em4wu0(&mut self) -> _EM4WU0W[src]

Bit 16 - EM4 Wake Up Level for EM4WU0 Pin

pub fn em4wu1(&mut self) -> _EM4WU1W[src]

Bit 17 - EM4 Wake Up Level for EM4WU1 Pin

pub fn em4wu2(&mut self) -> _EM4WU2W[src]

Bit 18 - EM4 Wake Up Level for EM4WU2 Pin

pub fn em4wu3(&mut self) -> _EM4WU3W[src]

Bit 19 - EM4 Wake Up Level for EM4WU3 Pin

pub fn em4wu4(&mut self) -> _EM4WU4W[src]

Bit 20 - EM4 Wake Up Level for EM4WU4 Pin

pub fn em4wu5(&mut self) -> _EM4WU5W[src]

Bit 21 - EM4 Wake Up Level for EM4WU5 Pin

pub fn em4wu6(&mut self) -> _EM4WU6W[src]

Bit 22 - EM4 Wake Up Level for EM4WU6 Pin

pub fn em4wu7(&mut self) -> _EM4WU7W[src]

Bit 23 - EM4 Wake Up Level for EM4WU7 Pin

pub fn em4wu8(&mut self) -> _EM4WU8W[src]

Bit 24 - EM4 Wake Up Level for EM4WU8 Pin

pub fn em4wu9(&mut self) -> _EM4WU9W[src]

Bit 25 - EM4 Wake Up Level for EM4WU9 Pin

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

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> From for T[src]

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]

impl<T> Same for T

type Output = T

Should always be Self