stm32mp1 0.15.1

Device support crates for STM32MP1 devices
Documentation
#[doc = r"Register block"]
#[repr(C)]
pub struct RegisterBlock {
    #[doc = "0x00 - Control register"]
    pub wwdg_cr: crate::Reg<wwdg_cr::WWDG_CR_SPEC>,
    #[doc = "0x04 - Configuration register"]
    pub wwdg_cfr: crate::Reg<wwdg_cfr::WWDG_CFR_SPEC>,
    #[doc = "0x08 - Status register"]
    pub wwdg_sr: crate::Reg<wwdg_sr::WWDG_SR_SPEC>,
    _reserved3: [u8; 0x03e4],
    #[doc = "0x3f0 - WWDG hardware configuration register"]
    pub wwdg_hwcfgr: crate::Reg<wwdg_hwcfgr::WWDG_HWCFGR_SPEC>,
    #[doc = "0x3f4 - WWDG version register"]
    pub wwdg_verr: crate::Reg<wwdg_verr::WWDG_VERR_SPEC>,
    #[doc = "0x3f8 - WWDG ID register"]
    pub wwdg_ipidr: crate::Reg<wwdg_ipidr::WWDG_IPIDR_SPEC>,
    #[doc = "0x3fc - WWDG size ID register"]
    pub wwdg_sidr: crate::Reg<wwdg_sidr::WWDG_SIDR_SPEC>,
}
#[doc = "WWDG_CR register accessor: an alias for `Reg<WWDG_CR_SPEC>`"]
pub type WWDG_CR = crate::Reg<wwdg_cr::WWDG_CR_SPEC>;
#[doc = "Control register"]
pub mod wwdg_cr;
#[doc = "WWDG_CFR register accessor: an alias for `Reg<WWDG_CFR_SPEC>`"]
pub type WWDG_CFR = crate::Reg<wwdg_cfr::WWDG_CFR_SPEC>;
#[doc = "Configuration register"]
pub mod wwdg_cfr;
#[doc = "WWDG_SR register accessor: an alias for `Reg<WWDG_SR_SPEC>`"]
pub type WWDG_SR = crate::Reg<wwdg_sr::WWDG_SR_SPEC>;
#[doc = "Status register"]
pub mod wwdg_sr;
#[doc = "WWDG_HWCFGR register accessor: an alias for `Reg<WWDG_HWCFGR_SPEC>`"]
pub type WWDG_HWCFGR = crate::Reg<wwdg_hwcfgr::WWDG_HWCFGR_SPEC>;
#[doc = "WWDG hardware configuration register"]
pub mod wwdg_hwcfgr;
#[doc = "WWDG_VERR register accessor: an alias for `Reg<WWDG_VERR_SPEC>`"]
pub type WWDG_VERR = crate::Reg<wwdg_verr::WWDG_VERR_SPEC>;
#[doc = "WWDG version register"]
pub mod wwdg_verr;
#[doc = "WWDG_IPIDR register accessor: an alias for `Reg<WWDG_IPIDR_SPEC>`"]
pub type WWDG_IPIDR = crate::Reg<wwdg_ipidr::WWDG_IPIDR_SPEC>;
#[doc = "WWDG ID register"]
pub mod wwdg_ipidr;
#[doc = "WWDG_SIDR register accessor: an alias for `Reg<WWDG_SIDR_SPEC>`"]
pub type WWDG_SIDR = crate::Reg<wwdg_sidr::WWDG_SIDR_SPEC>;
#[doc = "WWDG size ID register"]
pub mod wwdg_sidr;