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

#[repr(C)]
pub struct RegisterBlock { pub IER1: RWRegister<u32>, pub IER2: RWRegister<u32>, pub IER3: RWRegister<u32>, pub SR1: RORegister<u32>, pub SR2: RWRegister<u32>, pub SR3: RWRegister<u32>, pub FCR1: WORegister<u32>, pub FCR2: RWRegister<u32>, pub FCR3: RWRegister<u32>, // some fields omitted }

Fields

IER1: RWRegister<u32>

TZIC interrupt enable register 1

IER2: RWRegister<u32>

TZIC interrupt enable register 2

IER3: RWRegister<u32>

TZIC interrupt enable register 3

SR1: RORegister<u32>

TZIC interrupt status register 1

SR2: RWRegister<u32>

TZIC interrupt status register 2

SR3: RWRegister<u32>

TZIC interrupt status register 3

FCR1: WORegister<u32>

TZIC interrupt clear register 1

FCR2: RWRegister<u32>

TZIC interrupt clear register 2

FCR3: RWRegister<u32>

TZIC interrupt clear register 3

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.