Union atsamd21e18a::rtc::RegisterBlock[][src]

#[repr(C)]
pub union RegisterBlock { pub mode2: MODE2, pub mode1: MODE1, pub mode0: MODE0, }

Register block

Fields

0x00 - Clock/Calendar with Alarm

0x00 - 16-bit Counter with Two 16-bit Compares

0x00 - 32-bit Counter with Single 32-bit Compare

Auto Trait Implementations