[][src]Struct imxrt1062_csu::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub csl: [CSL; 32],
    pub hp0: HP0,
    pub sa: SA,
    pub hpcontrol0: HPCONTROL0,
    // some fields omitted
}

Register block

Fields

csl: [CSL; 32]

0x00 - Config security level register

hp0: HP0

0x200 - HP0 register

sa: SA

0x218 - Secure access register

hpcontrol0: HPCONTROL0

0x358 - HPCONTROL0 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.