Module stm32wlxx_hal::pac::wwdg
Available on crate feature
stm32wl5x_cm4
only.Expand description
System window watchdog
Modules
- Configuration register
- Control register
- Status register
Structs
- Register block
Type Aliases
- CFR register accessor: an alias for
Reg<CFR_SPEC>
- CR register accessor: an alias for
Reg<CR_SPEC>
- SR register accessor: an alias for
Reg<SR_SPEC>