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

type RT = Reg<u32, _RT>;

Rise time register

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

For information about available fields see rt module

Trait Implementations

impl Readable for RT[src]

read() method returns rt::R reader structure

impl ResetValue for RT[src]

Register RT reset()’s with value 0x02

type Type = u32

Register size

impl Writable for RT[src]

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