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

type CTL = Reg<u32, _CTL>;

Flash 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 0x80

type Type = u32

Register size

impl Writable for CTL[src]

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