[][src]Struct atsams70q19b::smc::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub smc_cs_number: [SMC_CS_NUMBER; 4],
    pub smc_ocms: SMC_OCMS,
    pub smc_key1: SMC_KEY1,
    pub smc_key2: SMC_KEY2,
    pub smc_wpmr: SMC_WPMR,
    pub smc_wpsr: SMC_WPSR,
    // some fields omitted
}

Register block

Fields

smc_cs_number: [SMC_CS_NUMBER; 4]

0x00 - SMC Setup Register

smc_ocms: SMC_OCMS

0x80 - SMC Off-Chip Memory Scrambling Register

smc_key1: SMC_KEY1

0x84 - SMC Off-Chip Memory Scrambling KEY1 Register

smc_key2: SMC_KEY2

0x88 - SMC Off-Chip Memory Scrambling KEY2 Register

smc_wpmr: SMC_WPMR

0xe4 - SMC Write Protection Mode Register

smc_wpsr: SMC_WPSR

0xe8 - SMC 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