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

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

[src]

Reset value of the register

[src]

Writes raw bits to the register

[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 W

impl Sync for W