Struct stm32ral::stm32g0::peripherals::lptim_v2::ResetValues[][src]

pub struct ResetValues {
    pub LPTIM_ISR: u32,
    pub LPTIM_ICR: u32,
    pub LPTIM_IER: u32,
    pub LPTIM_CFGR: u32,
    pub LPTIM_CR: u32,
    pub LPTIM_CMP: u32,
    pub LPTIM_ARR: u32,
    pub LPTIM_CNT: u32,
    pub LPTIM_CFGR2: u32,
}

Fields

LPTIM_ISR: u32LPTIM_ICR: u32LPTIM_IER: u32LPTIM_CFGR: u32LPTIM_CR: u32LPTIM_CMP: u32LPTIM_ARR: u32LPTIM_CNT: u32LPTIM_CFGR2: u32

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.