Type Definition gd32f1::gd32f130::fwdgt::CTL[][src]

type CTL = Reg<u16, _CTL>;

Control register

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

For information about available fields see ctl module

Trait Implementations

impl ResetValue for CTL[src]

Register CTL reset()’s with value 0

type Type = u16

Register size

impl Writable for CTL[src]

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