esp32c5 0.2.2

Peripheral access crate for the ESP32-C5
Documentation
#[doc = "Register `SW_INIT_KEY_MEM[%s]` reader"]
pub type R = crate::R<SW_INIT_KEY_MEM_SPEC>;
#[doc = "Register `SW_INIT_KEY_MEM[%s]` writer"]
pub type W = crate::W<SW_INIT_KEY_MEM_SPEC>;
#[cfg(feature = "impl-register-debug")]
impl core::fmt::Debug for R {
    fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
        write!(f, "{}", self.bits())
    }
}
impl W {}
#[doc = "The memory that stores software written init key.\n\nYou can [`read`](crate::Reg::read) this register and get [`sw_init_key_mem::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`sw_init_key_mem::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
pub struct SW_INIT_KEY_MEM_SPEC;
impl crate::RegisterSpec for SW_INIT_KEY_MEM_SPEC {
    type Ux = u8;
}
#[doc = "`read()` method returns [`sw_init_key_mem::R`](R) reader structure"]
impl crate::Readable for SW_INIT_KEY_MEM_SPEC {}
#[doc = "`write(|w| ..)` method takes [`sw_init_key_mem::W`](W) writer structure"]
impl crate::Writable for SW_INIT_KEY_MEM_SPEC {
    type Safety = crate::Unsafe;
}
#[doc = "`reset()` method sets SW_INIT_KEY_MEM[%s] to value 0"]
impl crate::Resettable for SW_INIT_KEY_MEM_SPEC {}