[][src]Struct stm32g0::stm32g0x1::tamp::RegisterBlock

#[repr(C)]
pub struct RegisterBlock { pub cr1: CR1, pub cr2: CR2, pub fltcr: FLTCR, pub ier: IER, pub sr: SR, pub misr: MISR, pub scr: SCR, pub bkp0r: BKP0R, pub bkp1r: BKP1R, pub bkp2r: BKP2R, pub bkp3r: BKP3R, pub bkp4r: BKP4R, pub hwcfgr2: HWCFGR2, pub hwcfgr1: HWCFGR1, pub verr: VERR, pub ipidr: IPIDR, pub sidr: SIDR, // some fields omitted }

Register block

Fields

cr1: CR1

0x00 - control register 1

cr2: CR2

0x04 - control register 2

fltcr: FLTCR

0x0c - TAMP filter control register

ier: IER

0x2c - TAMP interrupt enable register

sr: SR

0x30 - TAMP status register

misr: MISR

0x34 - TAMP masked interrupt status register

scr: SCR

0x3c - TAMP status clear register

bkp0r: BKP0R

0x100 - TAMP backup register

bkp1r: BKP1R

0x104 - TAMP backup register

bkp2r: BKP2R

0x108 - TAMP backup register

bkp3r: BKP3R

0x10c - TAMP backup register

bkp4r: BKP4R

0x110 - TAMP backup register

hwcfgr2: HWCFGR2

0x3ec - TAMP hardware configuration register 2

hwcfgr1: HWCFGR1

0x3f0 - TAMP hardware configuration register 1

verr: VERR

0x3f4 - EXTI IP Version register

ipidr: IPIDR

0x3f8 - EXTI Identification register

sidr: SIDR

0x3fc - EXTI Size ID register

Auto Trait Implementations

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self