Struct lpc55_pac::sau::RegisterBlock[][src]

#[repr(C)]pub struct RegisterBlock {
    pub ctrl: CTRL,
    pub type_: TYPE,
    pub rnr: RNR,
    pub rbar: RBAR,
    pub rlar: RLAR,
    pub sfsr: SFSR,
    pub sfar: SFAR,
}

Register block

Fields

ctrl: CTRL

0x00 - Security Attribution Unit Control Register

type_: TYPE

0x04 - Security Attribution Unit Type Register

rnr: RNR

0x08 - Security Attribution Unit Region Number Register

rbar: RBAR

0x0c - Security Attribution Unit Region Base Address Register

rlar: RLAR

0x10 - Security Attribution Unit Region Limit Address Register

sfsr: SFSR

0x14 - Secure Fault Status Register

sfar: SFAR

0x18 - Secure Fault Address Register

Auto Trait Implementations

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