Struct stm32ral::stm32mp::peripherals::iwdg::ResetValues[][src]

pub struct ResetValues {
    pub IWDG_KR: u32,
    pub IWDG_PR: u32,
    pub IWDG_RLR: u32,
    pub IWDG_SR: u32,
    pub IWDG_WINR: u32,
    pub IWDG_HWCFGR: u32,
    pub IWDG_VERR: u32,
    pub IWDG_IDR: u32,
    pub IWDG_SIDR: u32,
}

Fields

IWDG_KR: u32IWDG_PR: u32IWDG_RLR: u32IWDG_SR: u32IWDG_WINR: u32IWDG_HWCFGR: u32IWDG_VERR: u32IWDG_IDR: u32IWDG_SIDR: 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.