[][src]Struct stm32wb_pac::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 or: OR,
}

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

or: OR

0x20 - Option Register

Auto Trait Implementations

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

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> 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.