[][src]Struct alt_sam3x8e::SMC

pub struct SMC { /* fields omitted */ }

Static Memory Controller

Methods

impl SMC[src]

pub const fn ptr() -> *const RegisterBlock[src]

Returns a pointer to the register block

Methods from Deref<Target = RegisterBlock>

pub fn ecc_pr0_w8bit(&self) -> &ECC_PR0_W8BIT[src]

0x2c - SMC ECC Parity 0 Register

pub fn ecc_pr0_w8bit_mut(&self) -> &mut ECC_PR0_W8BIT[src]

0x2c - SMC ECC Parity 0 Register

pub fn ecc_pr0_w9bit(&self) -> &ECC_PR0_W9BIT[src]

0x2c - SMC ECC Parity 0 Register

pub fn ecc_pr0_w9bit_mut(&self) -> &mut ECC_PR0_W9BIT[src]

0x2c - SMC ECC Parity 0 Register

pub fn ecc_pr0(&self) -> &ECC_PR0[src]

0x2c - SMC ECC Parity 0 Register

pub fn ecc_pr0_mut(&self) -> &mut ECC_PR0[src]

0x2c - SMC ECC Parity 0 Register

pub fn ecc_pr1_w8bit(&self) -> &ECC_PR1_W8BIT[src]

0x30 - SMC ECC parity 1 Register

pub fn ecc_pr1_w8bit_mut(&self) -> &mut ECC_PR1_W8BIT[src]

0x30 - SMC ECC parity 1 Register

pub fn ecc_pr1_w9bit(&self) -> &ECC_PR1_W9BIT[src]

0x30 - SMC ECC parity 1 Register

pub fn ecc_pr1_w9bit_mut(&self) -> &mut ECC_PR1_W9BIT[src]

0x30 - SMC ECC parity 1 Register

pub fn ecc_pr1(&self) -> &ECC_PR1[src]

0x30 - SMC ECC parity 1 Register

pub fn ecc_pr1_mut(&self) -> &mut ECC_PR1[src]

0x30 - SMC ECC parity 1 Register

pub fn ecc_pr2_w8bit(&self) -> &ECC_PR2_W8BIT[src]

0x38 - SMC ECC parity 2 Register

pub fn ecc_pr2_w8bit_mut(&self) -> &mut ECC_PR2_W8BIT[src]

0x38 - SMC ECC parity 2 Register

pub fn ecc_pr2(&self) -> &ECC_PR2[src]

0x38 - SMC ECC parity 2 Register

pub fn ecc_pr2_mut(&self) -> &mut ECC_PR2[src]

0x38 - SMC ECC parity 2 Register

pub fn ecc_pr3_w8bit(&self) -> &ECC_PR3_W8BIT[src]

0x3c - SMC ECC parity 3 Register

pub fn ecc_pr3_w8bit_mut(&self) -> &mut ECC_PR3_W8BIT[src]

0x3c - SMC ECC parity 3 Register

pub fn ecc_pr3(&self) -> &ECC_PR3[src]

0x3c - SMC ECC parity 3 Register

pub fn ecc_pr3_mut(&self) -> &mut ECC_PR3[src]

0x3c - SMC ECC parity 3 Register

pub fn ecc_pr4_w8bit(&self) -> &ECC_PR4_W8BIT[src]

0x40 - SMC ECC parity 4 Register

pub fn ecc_pr4_w8bit_mut(&self) -> &mut ECC_PR4_W8BIT[src]

0x40 - SMC ECC parity 4 Register

pub fn ecc_pr4(&self) -> &ECC_PR4[src]

0x40 - SMC ECC parity 4 Register

pub fn ecc_pr4_mut(&self) -> &mut ECC_PR4[src]

0x40 - SMC ECC parity 4 Register

pub fn ecc_pr5_w8bit(&self) -> &ECC_PR5_W8BIT[src]

0x44 - SMC ECC parity 5 Register

pub fn ecc_pr5_w8bit_mut(&self) -> &mut ECC_PR5_W8BIT[src]

0x44 - SMC ECC parity 5 Register

pub fn ecc_pr5(&self) -> &ECC_PR5[src]

0x44 - SMC ECC parity 5 Register

pub fn ecc_pr5_mut(&self) -> &mut ECC_PR5[src]

0x44 - SMC ECC parity 5 Register

pub fn ecc_pr6_w8bit(&self) -> &ECC_PR6_W8BIT[src]

0x48 - SMC ECC parity 6 Register

pub fn ecc_pr6_w8bit_mut(&self) -> &mut ECC_PR6_W8BIT[src]

0x48 - SMC ECC parity 6 Register

pub fn ecc_pr6(&self) -> &ECC_PR6[src]

0x48 - SMC ECC parity 6 Register

pub fn ecc_pr6_mut(&self) -> &mut ECC_PR6[src]

0x48 - SMC ECC parity 6 Register

pub fn ecc_pr7_w8bit(&self) -> &ECC_PR7_W8BIT[src]

0x4c - SMC ECC parity 7 Register

pub fn ecc_pr7_w8bit_mut(&self) -> &mut ECC_PR7_W8BIT[src]

0x4c - SMC ECC parity 7 Register

pub fn ecc_pr7(&self) -> &ECC_PR7[src]

0x4c - SMC ECC parity 7 Register

pub fn ecc_pr7_mut(&self) -> &mut ECC_PR7[src]

0x4c - SMC ECC parity 7 Register

Trait Implementations

impl Deref for SMC[src]

type Target = RegisterBlock

The resulting type after dereferencing.

impl Send for SMC[src]

Auto Trait Implementations

impl !Sync for SMC

impl Unpin for SMC

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

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> 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.