esp32s3/wcl/
core_0_world_update.rs1#[doc = "Register `Core_0_World_UPDATE` writer"]
2pub type W = crate::W<CORE_0_WORLD_UPDATE_SPEC>;
3#[doc = "Field `CORE_0_UPDATE` writer - This field is used to update configuration completed, can write any value,the hardware only checks the write operation of this register and does not case about its value"]
4pub type CORE_0_UPDATE_W<'a, REG> = crate::FieldWriter<'a, REG, 32, u32>;
5#[cfg(feature = "impl-register-debug")]
6impl core::fmt::Debug for crate::generic::Reg<CORE_0_WORLD_UPDATE_SPEC> {
7 fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
8 write!(f, "(not readable)")
9 }
10}
11impl W {
12 #[doc = "Bits 0:31 - This field is used to update configuration completed, can write any value,the hardware only checks the write operation of this register and does not case about its value"]
13 #[inline(always)]
14 pub fn core_0_update(&mut self) -> CORE_0_UPDATE_W<CORE_0_WORLD_UPDATE_SPEC> {
15 CORE_0_UPDATE_W::new(self, 0)
16 }
17}
18#[doc = "Core_0 configuration update register\n\nYou can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`core_0_world_update::W`](W). See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
19pub struct CORE_0_WORLD_UPDATE_SPEC;
20impl crate::RegisterSpec for CORE_0_WORLD_UPDATE_SPEC {
21 type Ux = u32;
22}
23#[doc = "`write(|w| ..)` method takes [`core_0_world_update::W`](W) writer structure"]
24impl crate::Writable for CORE_0_WORLD_UPDATE_SPEC {
25 type Safety = crate::Unsafe;
26}
27#[doc = "`reset()` method sets Core_0_World_UPDATE to value 0"]
28impl crate::Resettable for CORE_0_WORLD_UPDATE_SPEC {}