esp32c5 0.2.2

Peripheral access crate for the ESP32-C5
Documentation
#[doc = "Register `REG_Q6_WORD0` reader"]
pub type R = crate::R<REG_Q6_WORD0_SPEC>;
#[doc = "Register `REG_Q6_WORD0` writer"]
pub type W = crate::W<REG_Q6_WORD0_SPEC>;
#[doc = "Field `SEND_Q6_WORD0` reader - Data to be transmitted in Q6 register."]
pub type SEND_Q6_WORD0_R = crate::FieldReader<u32>;
#[doc = "Field `SEND_Q6_WORD0` writer - Data to be transmitted in Q6 register."]
pub type SEND_Q6_WORD0_W<'a, REG> = crate::FieldWriter<'a, REG, 32, u32>;
impl R {
    #[doc = "Bits 0:31 - Data to be transmitted in Q6 register."]
    #[inline(always)]
    pub fn send_q6_word0(&self) -> SEND_Q6_WORD0_R {
        SEND_Q6_WORD0_R::new(self.bits)
    }
}
#[cfg(feature = "impl-register-debug")]
impl core::fmt::Debug for R {
    fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
        f.debug_struct("REG_Q6_WORD0")
            .field("send_q6_word0", &self.send_q6_word0())
            .finish()
    }
}
impl W {
    #[doc = "Bits 0:31 - Data to be transmitted in Q6 register."]
    #[inline(always)]
    pub fn send_q6_word0(&mut self) -> SEND_Q6_WORD0_W<'_, REG_Q6_WORD0_SPEC> {
        SEND_Q6_WORD0_W::new(self, 0)
    }
}
#[doc = "Q6 WORD0 quick send register\n\nYou can [`read`](crate::Reg::read) this register and get [`reg_q6_word0::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`reg_q6_word0::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
pub struct REG_Q6_WORD0_SPEC;
impl crate::RegisterSpec for REG_Q6_WORD0_SPEC {
    type Ux = u32;
}
#[doc = "`read()` method returns [`reg_q6_word0::R`](R) reader structure"]
impl crate::Readable for REG_Q6_WORD0_SPEC {}
#[doc = "`write(|w| ..)` method takes [`reg_q6_word0::W`](W) writer structure"]
impl crate::Writable for REG_Q6_WORD0_SPEC {
    type Safety = crate::Unsafe;
}
#[doc = "`reset()` method sets REG_Q6_WORD0 to value 0"]
impl crate::Resettable for REG_Q6_WORD0_SPEC {}