Type Definition stm32f4::stm32f413::iwdg::KR[][src]

type KR = Reg<u32, _KR>;

Key register

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

For information about available fields see kr module

Trait Implementations

impl ResetValue for KR[src]

Register KR reset()'s with value 0

type Type = u32

Register size

impl Writable for KR[src]

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