esp32/emac_dma/
dmarxcurraddr_buf.rs

1#[doc = "Register `DMARXCURRADDR_BUF` reader"]
2pub type R = crate::R<DMARXCURRADDR_BUF_SPEC>;
3#[cfg(feature = "impl-register-debug")]
4impl core::fmt::Debug for R {
5    fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
6        write!(f, "{}", self.bits())
7    }
8}
9#[doc = "The address of the current receive descriptor list. Cleared on Reset.Pointer updated by the DMA during operation.\n\nYou can [`read`](crate::Reg::read) this register and get [`dmarxcurraddr_buf::R`](R). See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
10pub struct DMARXCURRADDR_BUF_SPEC;
11impl crate::RegisterSpec for DMARXCURRADDR_BUF_SPEC {
12    type Ux = u32;
13}
14#[doc = "`read()` method returns [`dmarxcurraddr_buf::R`](R) reader structure"]
15impl crate::Readable for DMARXCURRADDR_BUF_SPEC {}
16#[doc = "`reset()` method sets DMARXCURRADDR_BUF to value 0"]
17impl crate::Resettable for DMARXCURRADDR_BUF_SPEC {
18    const RESET_VALUE: u32 = 0;
19}