#[doc = "Register `TSSSR` reader"]
pub type R = crate::R<TsssrSpec>;
#[doc = "Field `SS` reader - Sub second value"]
pub type SsR = crate::FieldReader<u16>;
impl R {
#[doc = "Bits 0:15 - Sub second value"]
#[inline(always)]
pub fn ss(&self) -> SsR {
SsR::new((self.bits & 0xffff) as u16)
}
}
#[doc = "timestamp sub second register\n\nYou can [`read`](crate::Reg::read) this register and get [`tsssr::R`](R). See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
pub struct TsssrSpec;
impl crate::RegisterSpec for TsssrSpec {
type Ux = u32;
}
#[doc = "`read()` method returns [`tsssr::R`](R) reader structure"]
impl crate::Readable for TsssrSpec {}
#[doc = "`reset()` method sets TSSSR to value 0"]
impl crate::Resettable for TsssrSpec {}