[][src]Struct efm32gg11b820::qspi0::routepen::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn sclkpen(&self) -> SCLKPENR[src]

Bit 0 - SCLK Pin Enable

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

Bit 1 - CS0 Pin Enable

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

Bit 2 - CS1 Pin Enable

pub fn dq0pen(&self) -> DQ0PENR[src]

Bit 5 - DQ0 Pin Enable

pub fn dq1pen(&self) -> DQ1PENR[src]

Bit 6 - DQ1 Pin Enable

pub fn dq2pen(&self) -> DQ2PENR[src]

Bit 7 - DQ2 Pin Enable

pub fn dq3pen(&self) -> DQ3PENR[src]

Bit 8 - DQ3 Pin Enable

pub fn dq4pen(&self) -> DQ4PENR[src]

Bit 9 - DQ4 Pin Enable

pub fn dq5pen(&self) -> DQ5PENR[src]

Bit 10 - DQ5 Pin Enable

pub fn dq6pen(&self) -> DQ6PENR[src]

Bit 11 - DQ6 Pin Enable

pub fn dq7pen(&self) -> DQ7PENR[src]

Bit 12 - DQ7 Pin Enable

pub fn dqspen(&self) -> DQSPENR[src]

Bit 13 - DQS Pin Enable

pub fn sclkinpen(&self) -> SCLKINPENR[src]

Bit 14 - SCLKIN Pin Enable

Auto Trait Implementations

impl Send for R

impl Sync for R

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