Struct xmc4200::rtc::ctr::R [] [src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

[src]

Value of the register as raw bits

[src]

Bit 0 - RTC Module Enable

[src]

Bit 2 - Timer Alarm Enable for Hibernation Wake-up

[src]

Bit 8 - Enable Seconds Comparison for Hibernation Wake-up

[src]

Bit 9 - Enable Minutes Comparison for Hibernation Wake-up

[src]

Bit 10 - Enable Hours Comparison for Hibernation Wake-up

[src]

Bit 11 - Enable Days Comparison for Hibernation Wake-up

[src]

Bit 13 - Enable Months Comparison for Hibernation Wake-up

[src]

Bit 14 - Enable Years Comparison for Hibernation Wake-up

[src]

Bits 16:31 - RTC Clock Divider Value

Trait Implementations

Auto Trait Implementations

impl Send for R

impl Sync for R