esp32s2/wifi/pwr_interrupt/
pwr_int_status.rs1#[doc = "Register `PWR_INT_STATUS` reader"]
2pub type R = crate::R<PWR_INT_STATUS_SPEC>;
3#[doc = "Register `PWR_INT_STATUS` writer"]
4pub type W = crate::W<PWR_INT_STATUS_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 = "Interrupt status for the WIFI_PWR interrupt\n\nYou can [`read`](crate::Reg::read) this register and get [`pwr_int_status::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pwr_int_status::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
13pub struct PWR_INT_STATUS_SPEC;
14impl crate::RegisterSpec for PWR_INT_STATUS_SPEC {
15 type Ux = u32;
16}
17#[doc = "`read()` method returns [`pwr_int_status::R`](R) reader structure"]
18impl crate::Readable for PWR_INT_STATUS_SPEC {}
19#[doc = "`write(|w| ..)` method takes [`pwr_int_status::W`](W) writer structure"]
20impl crate::Writable for PWR_INT_STATUS_SPEC {
21 type Safety = crate::Unsafe;
22 const ZERO_TO_MODIFY_FIELDS_BITMAP: u32 = 0;
23 const ONE_TO_MODIFY_FIELDS_BITMAP: u32 = 0;
24}
25#[doc = "`reset()` method sets PWR_INT_STATUS to value 0"]
26impl crate::Resettable for PWR_INT_STATUS_SPEC {
27 const RESET_VALUE: u32 = 0;
28}