pub struct R(_);
Expand description
Register SSR
reader
Implementations§
source§impl R
impl R
sourcepub fn ss(&self) -> FieldReaderRaw<u16, u16>
pub fn ss(&self) -> FieldReaderRaw<u16, u16>
Bits 0:15 - Sub second value SS[15:0] is the value in the synchronous prescaler counter. The fraction of a second is given by the formula below: Second fraction = (PREDIV_S - SS) / (PREDIV_S + 1) Note: SS can be larger than PREDIV_S only after a shift operation. In that case, the correct time/date is one second less than as indicated by RTC_TR/RTC_DR.
Methods from Deref<Target = R<SSR_SPEC>>§
sourcepub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.