[][src]Struct efm32gg11b820::ebi::routepen::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 ebipen(&mut self) -> _EBIPENW[src]

Bit 0 - EBI Pin Enable

pub fn cs0pen(&mut self) -> _CS0PENW[src]

Bit 1 - EBI_CS0 Pin Enable

pub fn cs1pen(&mut self) -> _CS1PENW[src]

Bit 2 - EBI_CS1 Pin Enable

pub fn cs2pen(&mut self) -> _CS2PENW[src]

Bit 3 - EBI_CS2 Pin Enable

pub fn cs3pen(&mut self) -> _CS3PENW[src]

Bit 4 - EBI_CS3 Pin Enable

pub fn alepen(&mut self) -> _ALEPENW[src]

Bit 5 - EBI_ALE Pin Enable

pub fn ardypen(&mut self) -> _ARDYPENW[src]

Bit 6 - EBI_ARDY Pin Enable

pub fn blpen(&mut self) -> _BLPENW[src]

Bit 7 - EBI_BL[1:0] Pin Enable

pub fn nandpen(&mut self) -> _NANDPENW[src]

Bit 12 - NANDRE and NANDWE Pin Enable

pub fn alb(&mut self) -> _ALBW[src]

Bits 16:17 - Sets the Lower Bound for EBI_A Enabling

pub fn apen(&mut self) -> _APENW[src]

Bits 18:22 - EBI_A Pin Enable

pub fn tftpen(&mut self) -> _TFTPENW[src]

Bit 24 - EBI_TFT Pin Enable

pub fn dataenpen(&mut self) -> _DATAENPENW[src]

Bit 25 - EBI_DATA Pin Enable

pub fn cstftpen(&mut self) -> _CSTFTPENW[src]

Bit 26 - EBI_CSTFT Pin Enable

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