Module ssr

Source
Expand description

RTC sub second register

Structs§

SSRrs
RTC sub second register

Type Aliases§

R
Register SSR reader
SS_R
Field SS reader - 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.