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

type DATE = Reg<u32, _DATE>;

date register

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

For information about available fields see date module

Trait Implementations

impl Readable for DATE[src]

read() method returns date::R reader structure

impl ResetValue for DATE[src]

Register DATE reset()’s with value 0x2101

type Type = u32

Register size

impl Writable for DATE[src]

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