#[doc = "Register `SRAM_ACE3_SIZE` reader"]
pub type R = crate::R<SRAM_ACE3_SIZE_SPEC>;
#[doc = "Register `SRAM_ACE3_SIZE` writer"]
pub type W = crate::W<SRAM_ACE3_SIZE_SPEC>;
#[doc = "Field `SRAM_ACE3_SIZE` reader - ******* Description ***********"]
pub type SRAM_ACE3_SIZE_R = crate::FieldReader<u16>;
#[doc = "Field `SRAM_ACE3_SIZE` writer - ******* Description ***********"]
pub type SRAM_ACE3_SIZE_W<'a, REG> = crate::FieldWriter<'a, REG, 16, u16>;
impl R {
#[doc = "Bits 0:15 - ******* Description ***********"]
#[inline(always)]
pub fn sram_ace3_size(&self) -> SRAM_ACE3_SIZE_R {
SRAM_ACE3_SIZE_R::new((self.bits & 0xffff) as u16)
}
}
#[cfg(feature = "impl-register-debug")]
impl core::fmt::Debug for R {
fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
f.debug_struct("SRAM_ACE3_SIZE")
.field("sram_ace3_size", &self.sram_ace3_size())
.finish()
}
}
impl W {
#[doc = "Bits 0:15 - ******* Description ***********"]
#[inline(always)]
#[must_use]
pub fn sram_ace3_size(&mut self) -> SRAM_ACE3_SIZE_W<SRAM_ACE3_SIZE_SPEC> {
SRAM_ACE3_SIZE_W::new(self, 0)
}
}
#[doc = "******* Description ***********\n\nYou can [`read`](crate::Reg::read) this register and get [`sram_ace3_size::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`sram_ace3_size::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
pub struct SRAM_ACE3_SIZE_SPEC;
impl crate::RegisterSpec for SRAM_ACE3_SIZE_SPEC {
type Ux = u32;
}
#[doc = "`read()` method returns [`sram_ace3_size::R`](R) reader structure"]
impl crate::Readable for SRAM_ACE3_SIZE_SPEC {}
#[doc = "`write(|w| ..)` method takes [`sram_ace3_size::W`](W) writer structure"]
impl crate::Writable for SRAM_ACE3_SIZE_SPEC {
type Safety = crate::Unsafe;
const ZERO_TO_MODIFY_FIELDS_BITMAP: u32 = 0;
const ONE_TO_MODIFY_FIELDS_BITMAP: u32 = 0;
}
#[doc = "`reset()` method sets SRAM_ACE3_SIZE to value 0x1000"]
impl crate::Resettable for SRAM_ACE3_SIZE_SPEC {
const RESET_VALUE: u32 = 0x1000;
}