[][src]Type Definition stm32f3::stm32f373::iwdg::KR

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