[][src]Struct saml10d14a::nvmctrl::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub ctrla: CTRLA,
    pub ctrlb: CTRLB,
    pub ctrlc: CTRLC,
    pub evctrl: EVCTRL,
    pub intenclr: INTENCLR,
    pub intenset: INTENSET,
    pub intflag: INTFLAG,
    pub status: STATUS,
    pub addr: ADDR,
    pub sulck: SULCK,
    pub nsulck: NSULCK,
    pub param: PARAM,
    pub dscc: DSCC,
    pub secctrl: SECCTRL,
    pub scfgb: SCFGB,
    pub scfgad: SCFGAD,
    pub nonsec: NONSEC,
    pub nschk: NSCHK,
    // some fields omitted
}

Register block

Fields

ctrla: CTRLA

0x00 - Control A

ctrlb: CTRLB

0x04 - Control B

ctrlc: CTRLC

0x08 - Control C

evctrl: EVCTRL

0x0a - Event Control

intenclr: INTENCLR

0x0c - Interrupt Enable Clear

intenset: INTENSET

0x10 - Interrupt Enable Set

intflag: INTFLAG

0x14 - Interrupt Flag Status and Clear

status: STATUS

0x18 - Status

addr: ADDR

0x1c - Address

sulck: SULCK

0x20 - Secure Unlock Register

nsulck: NSULCK

0x22 - Non-Secure Unlock Register

param: PARAM

0x24 - NVM Parameter

dscc: DSCC

0x30 - Data Scramble Configuration

secctrl: SECCTRL

0x34 - Security Control

scfgb: SCFGB

0x38 - Secure Boot Configuration

scfgad: SCFGAD

0x3c - Secure Application and Data Configuration

nonsec: NONSEC

0x40 - Non-secure Write Enable

nschk: NSCHK

0x44 - Non-secure Write Reference Value

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