Module stm32_eth::stm32::wwdg

source ·
Expand description

Window watchdog

Modules

  • Configuration register
  • Control register
  • Status register

Structs

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>