esp32/emac_mac/
emacaddr3low.rs#[doc = "Register `EMACADDR3LOW` reader"]
pub type R = crate::R<EMACADDR3LOW_SPEC>;
#[doc = "Register `EMACADDR3LOW` writer"]
pub type W = crate::W<EMACADDR3LOW_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 = "This field contains the lower 32 bits of the fourth 6-byte MAC address.The content of this field is undefined so the register needs to be configured after the initialization Process.\n\nYou can [`read`](crate::Reg::read) this register and get [`emacaddr3low::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`emacaddr3low::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
pub struct EMACADDR3LOW_SPEC;
impl crate::RegisterSpec for EMACADDR3LOW_SPEC {
type Ux = u32;
}
#[doc = "`read()` method returns [`emacaddr3low::R`](R) reader structure"]
impl crate::Readable for EMACADDR3LOW_SPEC {}
#[doc = "`write(|w| ..)` method takes [`emacaddr3low::W`](W) writer structure"]
impl crate::Writable for EMACADDR3LOW_SPEC {
type Safety = crate::Unsafe;
const ZERO_TO_MODIFY_FIELDS_BITMAP: u32 = 0;
const ONE_TO_MODIFY_FIELDS_BITMAP: u32 = 0;
}
#[doc = "`reset()` method sets EMACADDR3LOW to value 0"]
impl crate::Resettable for EMACADDR3LOW_SPEC {
const RESET_VALUE: u32 = 0;
}