Struct xmc1000::rtc::rawstat::R[][src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

Bit 0 - Raw Periodic Seconds Service Request

Bit 1 - Raw Periodic Minutes Service Request

Bit 2 - Raw Periodic Hours Service Request

Bit 3 - Raw Periodic Days Service Request

Bit 5 - Raw Periodic Months Service Request

Bit 6 - Raw Periodic Years Service Request

Bit 8 - Alarm Service Request

Auto Trait Implementations

impl Send for R

impl Sync for R