Type Definition stm32g0::stm32g081::iwdg::HWCFGR[][src]

type HWCFGR = Reg<u32, _HWCFGR>;

hardware configuration register

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see hwcfgr module

Trait Implementations

impl Readable for HWCFGR[src]

read() method returns hwcfgr::R reader structure

impl ResetValue for HWCFGR[src]

Register HWCFGR reset()'s with value 0x71

type Type = u32

Register size

impl Writable for HWCFGR[src]

write(|w| ..) method takes hwcfgr::W writer structure