Type Definition atsam4s2c_pac::rtc::CALALR[][src]

type CALALR = Reg<u32, _CALALR>;

Calendar Alarm Register

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

For information about available fields see calalr module

Trait Implementations

impl Readable for CALALR[src]

read() method returns calalr::R reader structure

impl ResetValue for CALALR[src]

Register CALALR reset()’s with value 0x0101_0000

type Type = u32

Raw register type (u8, u16, u32, …).

impl Writable for CALALR[src]

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