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

type CC0_TIME = Reg<u32, _CC0_TIME>;

Capture/Compare Time Register

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

For information about available fields see cc0_time module

Trait Implementations

impl Readable for CC0_TIME[src]

read() method returns cc0_time::R reader structure

impl ResetValue for CC0_TIME[src]

Register CC0_TIME reset()'s with value 0

type Type = u32

Register size

impl Writable for CC0_TIME[src]

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