1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#[doc = "Register `SSI_VERSION_ID` reader"]
pub type R = crate::R<SSI_VERSION_ID_SPEC>;
#[doc = "Field `SSI_COMP_VERSION` reader - SNPS component version (format X.YY)"]
pub type SSI_COMP_VERSION_R = crate::FieldReader<u32>;
impl R {
    #[doc = "Bits 0:31 - SNPS component version (format X.YY)"]
    #[inline(always)]
    pub fn ssi_comp_version(&self) -> SSI_COMP_VERSION_R {
        SSI_COMP_VERSION_R::new(self.bits)
    }
}
#[doc = "Version ID  

You can [`read`](crate::generic::Reg::read) this register and get [`ssi_version_id::R`](R).  See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
pub struct SSI_VERSION_ID_SPEC;
impl crate::RegisterSpec for SSI_VERSION_ID_SPEC {
    type Ux = u32;
}
#[doc = "`read()` method returns [`ssi_version_id::R`](R) reader structure"]
impl crate::Readable for SSI_VERSION_ID_SPEC {}
#[doc = "`reset()` method sets SSI_VERSION_ID to value 0x3430_312a"]
impl crate::Resettable for SSI_VERSION_ID_SPEC {
    const RESET_VALUE: u32 = 0x3430_312a;
}