[][src]Struct tm4c129x::EPI0

pub struct EPI0 { /* fields omitted */ }

External Peripheral Interface register offsets

Methods

impl EPI0[src]

pub const fn ptr() -> *const RegisterBlock[src]

Returns a pointer to the register block

Methods from Deref<Target = RegisterBlock>

pub fn hb8cfg(&self) -> &HB8CFG[src]

0x10 - EPI Host-Bus 8 Configuration

pub fn hb8cfg_mut(&self) -> &mut HB8CFG[src]

0x10 - EPI Host-Bus 8 Configuration

pub fn sdramcfg(&self) -> &SDRAMCFG[src]

0x10 - EPI SDRAM Configuration

pub fn sdramcfg_mut(&self) -> &mut SDRAMCFG[src]

0x10 - EPI SDRAM Configuration

pub fn gpcfg(&self) -> &GPCFG[src]

0x10 - EPI General-Purpose Configuration

pub fn gpcfg_mut(&self) -> &mut GPCFG[src]

0x10 - EPI General-Purpose Configuration

pub fn hb16cfg(&self) -> &HB16CFG[src]

0x10 - EPI Host-Bus 16 Configuration

pub fn hb16cfg_mut(&self) -> &mut HB16CFG[src]

0x10 - EPI Host-Bus 16 Configuration

pub fn hb16cfg2(&self) -> &HB16CFG2[src]

0x14 - EPI Host-Bus 16 Configuration 2

pub fn hb16cfg2_mut(&self) -> &mut HB16CFG2[src]

0x14 - EPI Host-Bus 16 Configuration 2

pub fn hb8cfg2(&self) -> &HB8CFG2[src]

0x14 - EPI Host-Bus 8 Configuration 2

pub fn hb8cfg2_mut(&self) -> &mut HB8CFG2[src]

0x14 - EPI Host-Bus 8 Configuration 2

pub fn hb16cfg3(&self) -> &HB16CFG3[src]

0x308 - EPI Host-Bus 16 Configuration 3

pub fn hb16cfg3_mut(&self) -> &mut HB16CFG3[src]

0x308 - EPI Host-Bus 16 Configuration 3

pub fn hb8cfg3(&self) -> &HB8CFG3[src]

0x308 - EPI Host-Bus 8 Configuration 3

pub fn hb8cfg3_mut(&self) -> &mut HB8CFG3[src]

0x308 - EPI Host-Bus 8 Configuration 3

pub fn hb8cfg4(&self) -> &HB8CFG4[src]

0x30c - EPI Host-Bus 8 Configuration 4

pub fn hb8cfg4_mut(&self) -> &mut HB8CFG4[src]

0x30c - EPI Host-Bus 8 Configuration 4

pub fn hb16cfg4(&self) -> &HB16CFG4[src]

0x30c - EPI Host-Bus 16 Configuration 4

pub fn hb16cfg4_mut(&self) -> &mut HB16CFG4[src]

0x30c - EPI Host-Bus 16 Configuration 4

pub fn hb16time(&self) -> &HB16TIME[src]

0x310 - EPI Host-Bus 16 Timing Extension

pub fn hb16time_mut(&self) -> &mut HB16TIME[src]

0x310 - EPI Host-Bus 16 Timing Extension

pub fn hb8time(&self) -> &HB8TIME[src]

0x310 - EPI Host-Bus 8 Timing Extension

pub fn hb8time_mut(&self) -> &mut HB8TIME[src]

0x310 - EPI Host-Bus 8 Timing Extension

pub fn hb16time2(&self) -> &HB16TIME2[src]

0x314 - EPI Host-Bus 16 Timing Extension

pub fn hb16time2_mut(&self) -> &mut HB16TIME2[src]

0x314 - EPI Host-Bus 16 Timing Extension

pub fn hb8time2(&self) -> &HB8TIME2[src]

0x314 - EPI Host-Bus 8 Timing Extension

pub fn hb8time2_mut(&self) -> &mut HB8TIME2[src]

0x314 - EPI Host-Bus 8 Timing Extension

pub fn hb8time3(&self) -> &HB8TIME3[src]

0x318 - EPI Host-Bus 8 Timing Extension

pub fn hb8time3_mut(&self) -> &mut HB8TIME3[src]

0x318 - EPI Host-Bus 8 Timing Extension

pub fn hb16time3(&self) -> &HB16TIME3[src]

0x318 - EPI Host-Bus 16 Timing Extension

pub fn hb16time3_mut(&self) -> &mut HB16TIME3[src]

0x318 - EPI Host-Bus 16 Timing Extension

pub fn hb16time4(&self) -> &HB16TIME4[src]

0x31c - EPI Host-Bus 16 Timing Extension

pub fn hb16time4_mut(&self) -> &mut HB16TIME4[src]

0x31c - EPI Host-Bus 16 Timing Extension

pub fn hb8time4(&self) -> &HB8TIME4[src]

0x31c - EPI Host-Bus 8 Timing Extension

pub fn hb8time4_mut(&self) -> &mut HB8TIME4[src]

0x31c - EPI Host-Bus 8 Timing Extension

Trait Implementations

impl Deref for EPI0[src]

type Target = RegisterBlock

The resulting type after dereferencing.

impl Send for EPI0[src]

Auto Trait Implementations

impl Unpin for EPI0

impl !Sync for EPI0

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self