Struct mk20d7::fb::RegisterBlock

source ·
#[repr(C)]
pub struct RegisterBlock {
Show 19 fields pub csar0: CSAR, pub csmr0: CSMR, pub cscr0: CSCR, pub csar1: CSAR, pub csmr1: CSMR, pub cscr1: CSCR, pub csar2: CSAR, pub csmr2: CSMR, pub cscr2: CSCR, pub csar3: CSAR, pub csmr3: CSMR, pub cscr3: CSCR, pub csar4: CSAR, pub csmr4: CSMR, pub cscr4: CSCR, pub csar5: CSAR, pub csmr5: CSMR, pub cscr5: CSCR, pub cspmcr: CSPMCR, /* private fields */
}
Expand description

Register block

Fields§

§csar0: CSAR

0x00 - Chip select address register

§csmr0: CSMR

0x04 - Chip select mask register

§cscr0: CSCR

0x08 - Chip select control register

§csar1: CSAR

0x0c - Chip select address register

§csmr1: CSMR

0x10 - Chip select mask register

§cscr1: CSCR

0x14 - Chip select control register

§csar2: CSAR

0x18 - Chip select address register

§csmr2: CSMR

0x1c - Chip select mask register

§cscr2: CSCR

0x20 - Chip select control register

§csar3: CSAR

0x24 - Chip select address register

§csmr3: CSMR

0x28 - Chip select mask register

§cscr3: CSCR

0x2c - Chip select control register

§csar4: CSAR

0x30 - Chip select address register

§csmr4: CSMR

0x34 - Chip select mask register

§cscr4: CSCR

0x38 - Chip select control register

§csar5: CSAR

0x3c - Chip select address register

§csmr5: CSMR

0x40 - Chip select mask register

§cscr5: CSCR

0x44 - Chip select control register

§cspmcr: CSPMCR

0x60 - Chip select port multiplexing control register

Auto Trait Implementations§

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,

const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

const: unstable · source§

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

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

const: unstable · source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

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

const: unstable · 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.
const: unstable · 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.
const: unstable · source§

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

Performs the conversion.