#[doc = "Register `_0_SUB_START_DES` reader"]
pub struct R(crate::R<_0_SUB_START_DES_SPEC>);
impl core::ops::Deref for R {
type Target = crate::R<_0_SUB_START_DES_SPEC>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
impl From<crate::R<_0_SUB_START_DES_SPEC>> for R {
#[inline(always)]
fn from(reader: crate::R<_0_SUB_START_DES_SPEC>) -> Self {
R(reader)
}
}
#[doc = "Field `SLC0_SUB_PAC_START_DSCR_ADDR` reader - "]
pub type SLC0_SUB_PAC_START_DSCR_ADDR_R = crate::FieldReader<u32, u32>;
impl R {
#[doc = "Bits 0:31"]
#[inline(always)]
pub fn slc0_sub_pac_start_dscr_addr(&self) -> SLC0_SUB_PAC_START_DSCR_ADDR_R {
SLC0_SUB_PAC_START_DSCR_ADDR_R::new(self.bits)
}
}
#[doc = "\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 [_0_sub_start_des](index.html) module"]
pub struct _0_SUB_START_DES_SPEC;
impl crate::RegisterSpec for _0_SUB_START_DES_SPEC {
type Ux = u32;
}
#[doc = "`read()` method returns [_0_sub_start_des::R](R) reader structure"]
impl crate::Readable for _0_SUB_START_DES_SPEC {
type Reader = R;
}
#[doc = "`reset()` method sets _0_SUB_START_DES to value 0"]
impl crate::Resettable for _0_SUB_START_DES_SPEC {
const RESET_VALUE: Self::Ux = 0;
}