Struct stm32ral::stm32wl::peripherals::tzic::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub IER1: RWRegister<u32>, pub MISR1: RORegister<u32>, pub ICR1: RWRegister<u32>, // some fields omitted }

Fields

IER1: RWRegister<u32>

TZIC interrupt enable register 1

MISR1: RORegister<u32>

TZIC status register 1

ICR1: RWRegister<u32>

TZIC interrupt status clear register 1

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.