Struct xmc4200::rtc::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub id: ID, pub ctr: CTR, pub rawstat: RAWSTAT, pub stssr: STSSR, pub msksr: MSKSR, pub clrsr: CLRSR, pub atim0: ATIM0, pub atim1: ATIM1, pub tim0: TIM0, pub tim1: TIM1, }

Register block

Fields

0x00 - RTC ID Register

0x04 - RTC Control Register

0x08 - RTC Raw Service Request Register

0x0c - RTC Service Request Status Register

0x10 - RTC Service Request Mask Register

0x14 - RTC Clear Service Request Register

0x18 - RTC Alarm Time Register 0

0x1c - RTC Alarm Time Register 1

0x20 - RTC Time Register 0

0x24 - RTC Time Register 1

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock