First building PAC version
Generated a first building version of the PAC. The PAC was generated with a specially patched version of svd2rust 0.19.0: https://github.com/robamu/svd2rust/tree/mueller/develop
This commit is contained in:
31
src/utility/synd_enc_64.rs
Normal file
31
src/utility/synd_enc_64.rs
Normal file
@@ -0,0 +1,31 @@
|
||||
#[doc = "Register `SYND_ENC_64` reader"]
|
||||
pub struct R(crate::R<SYND_ENC_64_SPEC>);
|
||||
impl core::ops::Deref for R {
|
||||
type Target = crate::R<SYND_ENC_64_SPEC>;
|
||||
#[inline(always)]
|
||||
fn deref(&self) -> &Self::Target {
|
||||
&self.0
|
||||
}
|
||||
}
|
||||
impl From<crate::R<SYND_ENC_64_SPEC>> for R {
|
||||
#[inline(always)]
|
||||
fn from(reader: crate::R<SYND_ENC_64_SPEC>) -> Self {
|
||||
R(reader)
|
||||
}
|
||||
}
|
||||
#[doc = "Synd 64 bit Encoded Syndrome\n\nThis register you can [`read`](crate::generic::Reg::read). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [synd_enc_64](index.html) module"]
|
||||
pub struct SYND_ENC_64_SPEC;
|
||||
impl crate::RegisterSpec for SYND_ENC_64_SPEC {
|
||||
type Ux = u32;
|
||||
}
|
||||
#[doc = "`read()` method returns [synd_enc_64::R](R) reader structure"]
|
||||
impl crate::Readable for SYND_ENC_64_SPEC {
|
||||
type Reader = R;
|
||||
}
|
||||
#[doc = "`reset()` method sets SYND_ENC_64 to value 0"]
|
||||
impl crate::Resettable for SYND_ENC_64_SPEC {
|
||||
#[inline(always)]
|
||||
fn reset_value() -> Self::Ux {
|
||||
0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user