esp32s3/interrupt_core0/
core_0_intr_map.rs1#[doc = "Register `CORE_0_INTR_MAP%s` reader"]
2pub type R = crate::R<CORE_0_INTR_MAP_SPEC>;
3#[doc = "Register `CORE_0_INTR_MAP%s` writer"]
4pub type W = crate::W<CORE_0_INTR_MAP_SPEC>;
5#[cfg(feature = "impl-register-debug")]
6impl core::fmt::Debug for R {
7 fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
8 write!(f, "{}", self.bits())
9 }
10}
11impl W {}
12#[doc = "\n\nYou can [`read`](crate::Reg::read) this register and get [`core_0_intr_map::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`core_0_intr_map::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
13pub struct CORE_0_INTR_MAP_SPEC;
14impl crate::RegisterSpec for CORE_0_INTR_MAP_SPEC {
15 type Ux = u32;
16}
17#[doc = "`read()` method returns [`core_0_intr_map::R`](R) reader structure"]
18impl crate::Readable for CORE_0_INTR_MAP_SPEC {}
19#[doc = "`write(|w| ..)` method takes [`core_0_intr_map::W`](W) writer structure"]
20impl crate::Writable for CORE_0_INTR_MAP_SPEC {
21 type Safety = crate::Unsafe;
22}
23#[doc = "`reset()` method sets CORE_0_INTR_MAP%s to value 0"]
24impl crate::Resettable for CORE_0_INTR_MAP_SPEC {}