[][src]Type Definition gd32vf103_pac::rcu::CTL

type CTL = Reg<u32, _CTL>;

Control register

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

For information about available fields see ctl module

Trait Implementations

impl Readable for CTL[src]

read() method returns ctl::R reader structure

impl ResetValue for CTL[src]

Register CTL reset()'s with value 0x83

type Type = u32

Register size

impl Writable for CTL[src]

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