[][src]Type Definition efm32pg12_pac::rtcc::TIME

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