Struct xmc4800::ebu::RegisterBlock

source ·
#[repr(C)]
pub struct RegisterBlock { /* private fields */ }
Expand description

Register block

Implementations§

source§

impl RegisterBlock

source

pub const fn clc(&self) -> &Clc

0x00 - EBU Clock Control Register

source

pub const fn modcon(&self) -> &Modcon

0x04 - EBU Configuration Register

source

pub const fn id(&self) -> &Id

0x08 - EBU Module Identification Register

source

pub const fn usercon(&self) -> &Usercon

0x0c - EBU Test/Control Configuration Register

source

pub const fn addrsel0(&self) -> &Addrsel0

0x18 - EBU Address Select Register 0

source

pub const fn addrsel1(&self) -> &Addrsel1

0x1c - EBU Address Select Register 1

source

pub const fn addrsel2(&self) -> &Addrsel2

0x20 - EBU Address Select Register 2

source

pub const fn addrsel3(&self) -> &Addrsel3

0x24 - EBU Address Select Register 3

source

pub const fn busrcon0(&self) -> &Busrcon0

0x28 - EBU Bus Configuration Register

source

pub const fn busrap0(&self) -> &Busrap0

0x2c - EBU Bus Read Access Parameter Register

source

pub const fn buswcon0(&self) -> &Buswcon0

0x30 - EBU Bus Write Configuration Register

source

pub const fn buswap0(&self) -> &Buswap0

0x34 - EBU Bus Write Access Parameter Register

source

pub const fn busrcon1(&self) -> &Busrcon1

0x38 - EBU Bus Configuration Register

source

pub const fn busrap1(&self) -> &Busrap1

0x3c - EBU Bus Read Access Parameter Register

source

pub const fn buswcon1(&self) -> &Buswcon1

0x40 - EBU Bus Write Configuration Register

source

pub const fn buswap1(&self) -> &Buswap1

0x44 - EBU Bus Write Access Parameter Register

source

pub const fn busrcon2(&self) -> &Busrcon2

0x48 - EBU Bus Configuration Register

source

pub const fn busrap2(&self) -> &Busrap2

0x4c - EBU Bus Read Access Parameter Register

source

pub const fn buswcon2(&self) -> &Buswcon2

0x50 - EBU Bus Write Configuration Register

source

pub const fn buswap2(&self) -> &Buswap2

0x54 - EBU Bus Write Access Parameter Register

source

pub const fn busrcon3(&self) -> &Busrcon3

0x58 - EBU Bus Configuration Register

source

pub const fn busrap3(&self) -> &Busrap3

0x5c - EBU Bus Read Access Parameter Register

source

pub const fn buswcon3(&self) -> &Buswcon3

0x60 - EBU Bus Write Configuration Register

source

pub const fn buswap3(&self) -> &Buswap3

0x64 - EBU Bus Write Access Parameter Register

source

pub const fn sdrmcon(&self) -> &Sdrmcon

0x68 - EBU SDRAM Control Register

source

pub const fn sdrmod(&self) -> &Sdrmod

0x6c - EBU SDRAM Mode Register

source

pub const fn sdrmref(&self) -> &Sdrmref

0x70 - EBU SDRAM Refresh Control Register

source

pub const fn sdrstat(&self) -> &Sdrstat

0x74 - EBU SDRAM Status Register

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where 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 T
where 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 T
where 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 T
where 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.