[][src]Type Definition lpc54606_pac::rtc::COUNT

type COUNT = Reg<u32, _COUNT>;

RTC counter register

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

For information about available fields see count module

Trait Implementations

impl Readable for COUNT[src]

read() method returns count::R reader structure

impl ResetValue for COUNT[src]

Register COUNT reset()'s with value 0

type Type = u32

Register size

impl Writable for COUNT[src]

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