[][src]Type Definition atsame70j21b::rtc::RTC_CALR

type RTC_CALR = Reg<u32, _RTC_CALR>;

Calendar Register

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

For information about available fields see rtc_calr module

Trait Implementations

impl Readable for RTC_CALR[src]

read() method returns rtc_calr::R reader structure

impl ResetValue for RTC_CALR[src]

Register RTC_CALR reset()'s with value 0

type Type = u32

Register size

impl Writable for RTC_CALR[src]

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