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

type MATCH = Reg<u32, _MATCH>;

RTC match register

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

For information about available fields see match_ module

Trait Implementations

impl Readable for MATCH[src]

read() method returns match_::R reader structure

impl ResetValue for MATCH[src]

Register MATCH reset()'s with value 0xffff_ffff

type Type = u32

Register size

impl Writable for MATCH[src]

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