///Register `SSR` reader
pub type R = crateR;
///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.
pub type SS_R = crateFieldReader;
/**RTC sub second register
You can [`read`](crate::Reg::read) this register and get [`ssr::R`](R). See [API](https://docs.rs/svd2rust/#read--modify--write-api).*/
;
///`read()` method returns [`ssr::R`](R) reader structure
///`reset()` method sets SSR to value 0