esp32s2 0.31.0

Peripheral access crate for the ESP32-S2
Documentation
#[doc = "Register `OUT_DRT` writer"]
pub type W = crate::W<OUT_DRT_SPEC>;
#[doc = "Field `VALUE` writer - This register is used to configure directive output value of 8-channel dedicated GPIO."]
pub type VALUE_W<'a, REG> = crate::FieldWriter<'a, REG, 8>;
#[cfg(feature = "impl-register-debug")]
impl core::fmt::Debug for crate::generic::Reg<OUT_DRT_SPEC> {
    fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
        write!(f, "(not readable)")
    }
}
impl W {
    #[doc = "Bits 0:7 - This register is used to configure directive output value of 8-channel dedicated GPIO."]
    #[inline(always)]
    pub fn value(&mut self) -> VALUE_W<'_, OUT_DRT_SPEC> {
        VALUE_W::new(self, 0)
    }
}
#[doc = "Dedicated GPIO directive output register\n\nYou can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`out_drt::W`](W). See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
pub struct OUT_DRT_SPEC;
impl crate::RegisterSpec for OUT_DRT_SPEC {
    type Ux = u32;
}
#[doc = "`write(|w| ..)` method takes [`out_drt::W`](W) writer structure"]
impl crate::Writable for OUT_DRT_SPEC {
    type Safety = crate::Unsafe;
}
#[doc = "`reset()` method sets OUT_DRT to value 0"]
impl crate::Resettable for OUT_DRT_SPEC {}