Struct stm32l0x1::rtc::tsdr::R[][src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

Bits 13:15 - Week day units

Bit 12 - Month tens in BCD format

Bits 8:11 - Month units in BCD format

Bits 4:5 - Date tens in BCD format

Bits 0:3 - Date units in BCD format

Auto Trait Implementations

impl Send for R

impl Sync for R