[][src]Struct atsams70n19::matrix::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub matrix_mcfg: [MATRIX_MCFG; 9],
    pub matrix_scfg: [MATRIX_SCFG; 9],
    pub matrix_pr: [MATRIX_PR; 9],
    pub matrix_mrcr: MATRIX_MRCR,
    pub ccfg_sysio: CCFG_SYSIO,
    pub ccfg_smcnfcs: CCFG_SMCNFCS,
    pub matrix_wpmr: MATRIX_WPMR,
    pub matrix_wpsr: MATRIX_WPSR,
    // some fields omitted
}

Register block

Fields

matrix_mcfg: [MATRIX_MCFG; 9]

0x00 - Master Configuration Register 0

matrix_scfg: [MATRIX_SCFG; 9]

0x40 - Slave Configuration Register 0

matrix_pr: [MATRIX_PR; 9]

0x80 - Priority Register A for Slave 0

matrix_mrcr: MATRIX_MRCR

0x100 - Master Remap Control Register

ccfg_sysio: CCFG_SYSIO

0x114 - System I/O Configuration Register

ccfg_smcnfcs: CCFG_SMCNFCS

0x124 - SMC NAND Flash Chip Select Configuration Register

matrix_wpmr: MATRIX_WPMR

0x1e4 - Write Protection Mode Register

matrix_wpsr: MATRIX_WPSR

0x1e8 - Write Protection Status Register

Auto Trait Implementations

Blanket Implementations

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> From<T> for 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