[][src]Type Definition ambiq_apollo1_pac::rtc::CTRLOW

type CTRLOW = Reg<u32, _CTRLOW>;

RTC Counters Lower

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

For information about available fields see ctrlow module

Trait Implementations

impl Readable for CTRLOW[src]

read() method returns ctrlow::R reader structure

impl ResetValue for CTRLOW[src]

Register CTRLOW reset()'s with value 0x0100_0000

type Type = u32

Register size

impl Writable for CTRLOW[src]

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