Type Definition gd32f1::gd32f130::i2c0::CKCFG[][src]

type CKCFG = Reg<u16, _CKCFG>;

Clock configure register

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

For information about available fields see ckcfg module

Trait Implementations

impl Readable for CKCFG[src]

read() method returns ckcfg::R reader structure

impl ResetValue for CKCFG[src]

Register CKCFG reset()’s with value 0

type Type = u16

Register size

impl Writable for CKCFG[src]

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