Module stm32wlxx_hal::pac::iwdg

Available on crate feature stm32wl5x_cm4 only.
Expand description

Independent watchdog

Modules

  • Key register
  • Prescaler register
  • Reload register
  • Status register

Structs

Type Aliases

  • KR register accessor: an alias for Reg<KR_SPEC>
  • PR register accessor: an alias for Reg<PR_SPEC>
  • RLR register accessor: an alias for Reg<RLR_SPEC>
  • SR register accessor: an alias for Reg<SR_SPEC>