Type Definition gd32f1::gd32f170::rtc::TIME[][src]

type TIME = Reg<u32, _TIME>;

Time of day register

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

For information about available fields see time module

Trait Implementations

impl Readable for TIME[src]

read() method returns time::R reader structure

impl ResetValue for TIME[src]

Register TIME reset()’s with value 0

type Type = u32

Register size

impl Writable for TIME[src]

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