Type Alias stm32h7xx_hal::stm32::rtc::ssr::SS_R

source ·
pub type SS_R = FieldReaderRaw<u16, u16>;
Expand description

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.

Aliased Type§

struct SS_R { /* private fields */ }