Struct stm32ral::stm32g0::peripherals::tamp_v1::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub CR1: RWRegister<u32>, pub CR2: RWRegister<u32>, pub FLTCR: RWRegister<u32>, pub IER: RWRegister<u32>, pub SR: RORegister<u32>, pub MISR: RORegister<u32>, pub SCR: WORegister<u32>, pub BKP0R: RWRegister<u32>, pub BKP1R: RWRegister<u32>, pub BKP2R: RWRegister<u32>, pub BKP3R: RWRegister<u32>, pub BKP4R: RWRegister<u32>, // some fields omitted }

Fields

CR1: RWRegister<u32>

control register 1

CR2: RWRegister<u32>

control register 2

FLTCR: RWRegister<u32>

TAMP filter control register

IER: RWRegister<u32>

TAMP interrupt enable register

SR: RORegister<u32>

TAMP status register

MISR: RORegister<u32>

TAMP masked interrupt status register

SCR: WORegister<u32>

TAMP status clear register

BKP0R: RWRegister<u32>

TAMP backup register

BKP1R: RWRegister<u32>

TAMP backup register

BKP2R: RWRegister<u32>

TAMP backup register

BKP3R: RWRegister<u32>

TAMP backup register

BKP4R: RWRegister<u32>

TAMP backup register

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.