Type Definition gd32f1::gd32f170::rcu::CFG0[][src]

type CFG0 = Reg<u32, _CFG0>;

Clock configuration register 0 (RCU_CFG0)

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

For information about available fields see cfg0 module

Trait Implementations

impl Readable for CFG0[src]

read() method returns cfg0::R reader structure

impl ResetValue for CFG0[src]

Register CFG0 reset()’s with value 0

type Type = u32

Register size

impl Writable for CFG0[src]

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