[][src]Struct stm32g0::stm32g0x0::lptim1::RegisterBlock

#[repr(C)]
pub struct RegisterBlock { pub isr: ISR, pub icr: ICR, pub ier: IER, pub cfgr: CFGR, pub cr: CR, pub cmp: CMP, pub arr: ARR, pub cnt: CNT, pub cfgr2: CFGR2, // some fields omitted }

Register block

Fields

isr: ISR

0x00 - Interrupt and Status Register

icr: ICR

0x04 - Interrupt Clear Register

ier: IER

0x08 - Interrupt Enable Register

cfgr: CFGR

0x0c - Configuration Register

cr: CR

0x10 - Control Register

cmp: CMP

0x14 - Compare Register

arr: ARR

0x18 - Autoreload Register

cnt: CNT

0x1c - Counter Register

cfgr2: CFGR2

0x24 - LPTIM configuration register 2

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