Struct mkw41z::rtc::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub tsr: TSR, pub tpr: TPR, pub tar: TAR, pub tcr: TCR, pub cr: CR, pub sr: SR, pub lr: LR, pub ier: IER, }

Register block

Fields

0x00 - RTC Time Seconds Register

0x04 - RTC Time Prescaler Register

0x08 - RTC Time Alarm Register

0x0c - RTC Time Compensation Register

0x10 - RTC Control Register

0x14 - RTC Status Register

0x18 - RTC Lock Register

0x1c - RTC Interrupt Enable Register

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock