Struct xmc1000::rtc::clrsr::W[][src]

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

Reset value of the register

Writes raw bits to the register

Bit 0 - Raw Periodic Seconds Interrupt Clear

Bit 1 - Raw Periodic Minutes Interrupt Clear

Bit 2 - Raw Periodic Hours Interrupt Clear

Bit 3 - Raw Periodic Days Interrupt Clear

Bit 5 - Raw Periodic Months Interrupt Clear

Bit 6 - Raw Periodic Years Interrupt Clear

Bit 8 - Raw Alarm Interrupt Clear

Auto Trait Implementations

impl Send for W

impl Sync for W