Struct tm4c129x::EPI0

source ·
pub struct EPI0 { /* private fields */ }
Expand description

External Peripheral Interface register offsets

Implementations§

source§

impl EPI0

source

pub const fn ptr() -> *const RegisterBlock

Returns a pointer to the register block

Methods from Deref<Target = RegisterBlock>§

source

pub fn hb8cfg(&self) -> &HB8CFG

0x10 - EPI Host-Bus 8 Configuration

source

pub fn hb8cfg_mut(&self) -> &mut HB8CFG

0x10 - EPI Host-Bus 8 Configuration

source

pub fn sdramcfg(&self) -> &SDRAMCFG

0x10 - EPI SDRAM Configuration

source

pub fn sdramcfg_mut(&self) -> &mut SDRAMCFG

0x10 - EPI SDRAM Configuration

source

pub fn gpcfg(&self) -> &GPCFG

0x10 - EPI General-Purpose Configuration

source

pub fn gpcfg_mut(&self) -> &mut GPCFG

0x10 - EPI General-Purpose Configuration

source

pub fn hb16cfg(&self) -> &HB16CFG

0x10 - EPI Host-Bus 16 Configuration

source

pub fn hb16cfg_mut(&self) -> &mut HB16CFG

0x10 - EPI Host-Bus 16 Configuration

source

pub fn hb16cfg2(&self) -> &HB16CFG2

0x14 - EPI Host-Bus 16 Configuration 2

source

pub fn hb16cfg2_mut(&self) -> &mut HB16CFG2

0x14 - EPI Host-Bus 16 Configuration 2

source

pub fn hb8cfg2(&self) -> &HB8CFG2

0x14 - EPI Host-Bus 8 Configuration 2

source

pub fn hb8cfg2_mut(&self) -> &mut HB8CFG2

0x14 - EPI Host-Bus 8 Configuration 2

source

pub fn hb16cfg3(&self) -> &HB16CFG3

0x308 - EPI Host-Bus 16 Configuration 3

source

pub fn hb16cfg3_mut(&self) -> &mut HB16CFG3

0x308 - EPI Host-Bus 16 Configuration 3

source

pub fn hb8cfg3(&self) -> &HB8CFG3

0x308 - EPI Host-Bus 8 Configuration 3

source

pub fn hb8cfg3_mut(&self) -> &mut HB8CFG3

0x308 - EPI Host-Bus 8 Configuration 3

source

pub fn hb8cfg4(&self) -> &HB8CFG4

0x30c - EPI Host-Bus 8 Configuration 4

source

pub fn hb8cfg4_mut(&self) -> &mut HB8CFG4

0x30c - EPI Host-Bus 8 Configuration 4

source

pub fn hb16cfg4(&self) -> &HB16CFG4

0x30c - EPI Host-Bus 16 Configuration 4

source

pub fn hb16cfg4_mut(&self) -> &mut HB16CFG4

0x30c - EPI Host-Bus 16 Configuration 4

source

pub fn hb16time(&self) -> &HB16TIME

0x310 - EPI Host-Bus 16 Timing Extension

source

pub fn hb16time_mut(&self) -> &mut HB16TIME

0x310 - EPI Host-Bus 16 Timing Extension

source

pub fn hb8time(&self) -> &HB8TIME

0x310 - EPI Host-Bus 8 Timing Extension

source

pub fn hb8time_mut(&self) -> &mut HB8TIME

0x310 - EPI Host-Bus 8 Timing Extension

source

pub fn hb16time2(&self) -> &HB16TIME2

0x314 - EPI Host-Bus 16 Timing Extension

source

pub fn hb16time2_mut(&self) -> &mut HB16TIME2

0x314 - EPI Host-Bus 16 Timing Extension

source

pub fn hb8time2(&self) -> &HB8TIME2

0x314 - EPI Host-Bus 8 Timing Extension

source

pub fn hb8time2_mut(&self) -> &mut HB8TIME2

0x314 - EPI Host-Bus 8 Timing Extension

source

pub fn hb8time3(&self) -> &HB8TIME3

0x318 - EPI Host-Bus 8 Timing Extension

source

pub fn hb8time3_mut(&self) -> &mut HB8TIME3

0x318 - EPI Host-Bus 8 Timing Extension

source

pub fn hb16time3(&self) -> &HB16TIME3

0x318 - EPI Host-Bus 16 Timing Extension

source

pub fn hb16time3_mut(&self) -> &mut HB16TIME3

0x318 - EPI Host-Bus 16 Timing Extension

source

pub fn hb16time4(&self) -> &HB16TIME4

0x31c - EPI Host-Bus 16 Timing Extension

source

pub fn hb16time4_mut(&self) -> &mut HB16TIME4

0x31c - EPI Host-Bus 16 Timing Extension

source

pub fn hb8time4(&self) -> &HB8TIME4

0x31c - EPI Host-Bus 8 Timing Extension

source

pub fn hb8time4_mut(&self) -> &mut HB8TIME4

0x31c - EPI Host-Bus 8 Timing Extension

Trait Implementations§

source§

impl Deref for EPI0

§

type Target = RegisterBlock

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl Send for EPI0

Auto Trait Implementations§

§

impl RefUnwindSafe for EPI0

§

impl !Sync for EPI0

§

impl Unpin for EPI0

§

impl UnwindSafe for EPI0

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.