[][src]Type Definition stm32f3::stm32f373::wwdg::CFR

type CFR = Reg<u32, _CFR>;

Configuration register

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

For information about available fields see cfr module

Trait Implementations

impl Readable for CFR[src]

read() method returns cfr::R reader structure

impl ResetValue for CFR[src]

Register CFR reset()'s with value 0x7f

type Type = u32

Register size

impl Writable for CFR[src]

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