[][src]Type Definition e310x::rtc::RTCCFG

type RTCCFG = Reg<u32, _RTCCFG>;

RTC Configuration Register

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

For information about available fields see rtccfg module

Trait Implementations

impl Readable for RTCCFG[src]

read() method returns rtccfg::R reader structure

impl ResetValue for RTCCFG[src]

Register rtccfg reset()'s with value 0

type Type = u32

Register size

impl Writable for RTCCFG[src]

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