Struct stm32ral::stm32l5::peripherals::gtzc_tzsc::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub TZSC_CR: RWRegister<u32>, pub TZSC_SECCFGR1: RWRegister<u32>, pub TZSC_SECCFGR2: RWRegister<u32>, pub TZSC_PRIVCFGR1: RWRegister<u32>, pub TZSC_PRIVCFGR2: RWRegister<u32>, pub TZSC_MPCWM1_NSWMR1: RWRegister<u32>, pub TZSC_MPCWM1_NSWMR2: RWRegister<u32>, pub TZSC_MPCWM2_NSWMR1: RWRegister<u32>, pub TZSC_MPCWM2_NSWMR2: RWRegister<u32>, pub TZSC_MPCWM3_NSWMR1: RWRegister<u32>, // some fields omitted }

Fields

TZSC_CR: RWRegister<u32>

TZSC control register

TZSC_SECCFGR1: RWRegister<u32>

TZSC secure configuration register 1

TZSC_SECCFGR2: RWRegister<u32>

TZSC secure configuration register 2

TZSC_PRIVCFGR1: RWRegister<u32>

TZSC privilege configuration register 1

TZSC_PRIVCFGR2: RWRegister<u32>

TZSC privilege configuration register 2

TZSC_MPCWM1_NSWMR1: RWRegister<u32>

TZSC external memory non-secure watermark register 1

TZSC_MPCWM1_NSWMR2: RWRegister<u32>

TZSC external memory non-secure watermark register 1

TZSC_MPCWM2_NSWMR1: RWRegister<u32>

TZSC external memory non-secure watermark register 1

TZSC_MPCWM2_NSWMR2: RWRegister<u32>

TZSC external memory non-secure watermark register 2

TZSC_MPCWM3_NSWMR1: RWRegister<u32>

TZSC external memory non-secure watermark register 2

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.