[][src]Struct lpc55s6x_pac::sau::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub sau_ctrl: SAU_CTRL,
    pub sau_type: SAU_TYPE,
    pub sau_rnr: SAU_RNR,
    pub sau_rbar: SAU_RBAR,
    pub sau_rlar: SAU_RLAR,
    pub sfsr: SFSR,
    pub sfar: SFAR,
    // some fields omitted
}

Register block

Fields

sau_ctrl: SAU_CTRL

0xd0 - Security Attribution Unit Control Register

sau_type: SAU_TYPE

0xd4 - Security Attribution Unit Type Register

sau_rnr: SAU_RNR

0xd8 - Security Attribution Unit Region Number Register

sau_rbar: SAU_RBAR

0xdc - Security Attribution Unit Region Base Address Register

sau_rlar: SAU_RLAR

0xe0 - Security Attribution Unit Region Limit Address Register

sfsr: SFSR

0xe4 - Secure Fault Status Register

sfar: SFAR

0xe8 - Secure Fault Address 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