esp32s2 0.15.0

Peripheral access crate for the ESP32-S2
Documentation
#[doc = "Register `HCINTMSK4` reader"]
pub struct R(crate::R<HCINTMSK4_SPEC>);
impl core::ops::Deref for R {
    type Target = crate::R<HCINTMSK4_SPEC>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
impl From<crate::R<HCINTMSK4_SPEC>> for R {
    #[inline(always)]
    fn from(reader: crate::R<HCINTMSK4_SPEC>) -> Self {
        R(reader)
    }
}
#[doc = "Register `HCINTMSK4` writer"]
pub struct W(crate::W<HCINTMSK4_SPEC>);
impl core::ops::Deref for W {
    type Target = crate::W<HCINTMSK4_SPEC>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
impl core::ops::DerefMut for W {
    #[inline(always)]
    fn deref_mut(&mut self) -> &mut Self::Target {
        &mut self.0
    }
}
impl From<crate::W<HCINTMSK4_SPEC>> for W {
    #[inline(always)]
    fn from(writer: crate::W<HCINTMSK4_SPEC>) -> Self {
        W(writer)
    }
}
#[doc = "Field `H_XFERCOMPLMSK4` reader - "]
pub type H_XFERCOMPLMSK4_R = crate::BitReader;
#[doc = "Field `H_XFERCOMPLMSK4` writer - "]
pub type H_XFERCOMPLMSK4_W<'a, const O: u8> = crate::BitWriter<'a, HCINTMSK4_SPEC, O>;
#[doc = "Field `H_CHHLTDMSK4` reader - "]
pub type H_CHHLTDMSK4_R = crate::BitReader;
#[doc = "Field `H_CHHLTDMSK4` writer - "]
pub type H_CHHLTDMSK4_W<'a, const O: u8> = crate::BitWriter<'a, HCINTMSK4_SPEC, O>;
#[doc = "Field `H_AHBERRMSK4` reader - "]
pub type H_AHBERRMSK4_R = crate::BitReader;
#[doc = "Field `H_AHBERRMSK4` writer - "]
pub type H_AHBERRMSK4_W<'a, const O: u8> = crate::BitWriter<'a, HCINTMSK4_SPEC, O>;
#[doc = "Field `H_STALLMSK4` reader - "]
pub type H_STALLMSK4_R = crate::BitReader;
#[doc = "Field `H_STALLMSK4` writer - "]
pub type H_STALLMSK4_W<'a, const O: u8> = crate::BitWriter<'a, HCINTMSK4_SPEC, O>;
#[doc = "Field `H_NAKMSK4` reader - "]
pub type H_NAKMSK4_R = crate::BitReader;
#[doc = "Field `H_NAKMSK4` writer - "]
pub type H_NAKMSK4_W<'a, const O: u8> = crate::BitWriter<'a, HCINTMSK4_SPEC, O>;
#[doc = "Field `H_ACKMSK4` reader - "]
pub type H_ACKMSK4_R = crate::BitReader;
#[doc = "Field `H_ACKMSK4` writer - "]
pub type H_ACKMSK4_W<'a, const O: u8> = crate::BitWriter<'a, HCINTMSK4_SPEC, O>;
#[doc = "Field `H_NYETMSK4` reader - "]
pub type H_NYETMSK4_R = crate::BitReader;
#[doc = "Field `H_NYETMSK4` writer - "]
pub type H_NYETMSK4_W<'a, const O: u8> = crate::BitWriter<'a, HCINTMSK4_SPEC, O>;
#[doc = "Field `H_XACTERRMSK4` reader - "]
pub type H_XACTERRMSK4_R = crate::BitReader;
#[doc = "Field `H_XACTERRMSK4` writer - "]
pub type H_XACTERRMSK4_W<'a, const O: u8> = crate::BitWriter<'a, HCINTMSK4_SPEC, O>;
#[doc = "Field `H_BBLERRMSK4` reader - "]
pub type H_BBLERRMSK4_R = crate::BitReader;
#[doc = "Field `H_BBLERRMSK4` writer - "]
pub type H_BBLERRMSK4_W<'a, const O: u8> = crate::BitWriter<'a, HCINTMSK4_SPEC, O>;
#[doc = "Field `H_FRMOVRUNMSK4` reader - "]
pub type H_FRMOVRUNMSK4_R = crate::BitReader;
#[doc = "Field `H_FRMOVRUNMSK4` writer - "]
pub type H_FRMOVRUNMSK4_W<'a, const O: u8> = crate::BitWriter<'a, HCINTMSK4_SPEC, O>;
#[doc = "Field `H_DATATGLERRMSK4` reader - "]
pub type H_DATATGLERRMSK4_R = crate::BitReader;
#[doc = "Field `H_DATATGLERRMSK4` writer - "]
pub type H_DATATGLERRMSK4_W<'a, const O: u8> = crate::BitWriter<'a, HCINTMSK4_SPEC, O>;
#[doc = "Field `H_BNAINTRMSK4` reader - "]
pub type H_BNAINTRMSK4_R = crate::BitReader;
#[doc = "Field `H_BNAINTRMSK4` writer - "]
pub type H_BNAINTRMSK4_W<'a, const O: u8> = crate::BitWriter<'a, HCINTMSK4_SPEC, O>;
#[doc = "Field `H_DESC_LST_ROLLINTRMSK4` reader - "]
pub type H_DESC_LST_ROLLINTRMSK4_R = crate::BitReader;
#[doc = "Field `H_DESC_LST_ROLLINTRMSK4` writer - "]
pub type H_DESC_LST_ROLLINTRMSK4_W<'a, const O: u8> = crate::BitWriter<'a, HCINTMSK4_SPEC, O>;
impl R {
    #[doc = "Bit 0"]
    #[inline(always)]
    pub fn h_xfercomplmsk4(&self) -> H_XFERCOMPLMSK4_R {
        H_XFERCOMPLMSK4_R::new((self.bits & 1) != 0)
    }
    #[doc = "Bit 1"]
    #[inline(always)]
    pub fn h_chhltdmsk4(&self) -> H_CHHLTDMSK4_R {
        H_CHHLTDMSK4_R::new(((self.bits >> 1) & 1) != 0)
    }
    #[doc = "Bit 2"]
    #[inline(always)]
    pub fn h_ahberrmsk4(&self) -> H_AHBERRMSK4_R {
        H_AHBERRMSK4_R::new(((self.bits >> 2) & 1) != 0)
    }
    #[doc = "Bit 3"]
    #[inline(always)]
    pub fn h_stallmsk4(&self) -> H_STALLMSK4_R {
        H_STALLMSK4_R::new(((self.bits >> 3) & 1) != 0)
    }
    #[doc = "Bit 4"]
    #[inline(always)]
    pub fn h_nakmsk4(&self) -> H_NAKMSK4_R {
        H_NAKMSK4_R::new(((self.bits >> 4) & 1) != 0)
    }
    #[doc = "Bit 5"]
    #[inline(always)]
    pub fn h_ackmsk4(&self) -> H_ACKMSK4_R {
        H_ACKMSK4_R::new(((self.bits >> 5) & 1) != 0)
    }
    #[doc = "Bit 6"]
    #[inline(always)]
    pub fn h_nyetmsk4(&self) -> H_NYETMSK4_R {
        H_NYETMSK4_R::new(((self.bits >> 6) & 1) != 0)
    }
    #[doc = "Bit 7"]
    #[inline(always)]
    pub fn h_xacterrmsk4(&self) -> H_XACTERRMSK4_R {
        H_XACTERRMSK4_R::new(((self.bits >> 7) & 1) != 0)
    }
    #[doc = "Bit 8"]
    #[inline(always)]
    pub fn h_bblerrmsk4(&self) -> H_BBLERRMSK4_R {
        H_BBLERRMSK4_R::new(((self.bits >> 8) & 1) != 0)
    }
    #[doc = "Bit 9"]
    #[inline(always)]
    pub fn h_frmovrunmsk4(&self) -> H_FRMOVRUNMSK4_R {
        H_FRMOVRUNMSK4_R::new(((self.bits >> 9) & 1) != 0)
    }
    #[doc = "Bit 10"]
    #[inline(always)]
    pub fn h_datatglerrmsk4(&self) -> H_DATATGLERRMSK4_R {
        H_DATATGLERRMSK4_R::new(((self.bits >> 10) & 1) != 0)
    }
    #[doc = "Bit 11"]
    #[inline(always)]
    pub fn h_bnaintrmsk4(&self) -> H_BNAINTRMSK4_R {
        H_BNAINTRMSK4_R::new(((self.bits >> 11) & 1) != 0)
    }
    #[doc = "Bit 13"]
    #[inline(always)]
    pub fn h_desc_lst_rollintrmsk4(&self) -> H_DESC_LST_ROLLINTRMSK4_R {
        H_DESC_LST_ROLLINTRMSK4_R::new(((self.bits >> 13) & 1) != 0)
    }
}
#[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("HCINTMSK4")
            .field(
                "h_xfercomplmsk4",
                &format_args!("{}", self.h_xfercomplmsk4().bit()),
            )
            .field(
                "h_chhltdmsk4",
                &format_args!("{}", self.h_chhltdmsk4().bit()),
            )
            .field(
                "h_ahberrmsk4",
                &format_args!("{}", self.h_ahberrmsk4().bit()),
            )
            .field("h_stallmsk4", &format_args!("{}", self.h_stallmsk4().bit()))
            .field("h_nakmsk4", &format_args!("{}", self.h_nakmsk4().bit()))
            .field("h_ackmsk4", &format_args!("{}", self.h_ackmsk4().bit()))
            .field("h_nyetmsk4", &format_args!("{}", self.h_nyetmsk4().bit()))
            .field(
                "h_xacterrmsk4",
                &format_args!("{}", self.h_xacterrmsk4().bit()),
            )
            .field(
                "h_bblerrmsk4",
                &format_args!("{}", self.h_bblerrmsk4().bit()),
            )
            .field(
                "h_frmovrunmsk4",
                &format_args!("{}", self.h_frmovrunmsk4().bit()),
            )
            .field(
                "h_datatglerrmsk4",
                &format_args!("{}", self.h_datatglerrmsk4().bit()),
            )
            .field(
                "h_bnaintrmsk4",
                &format_args!("{}", self.h_bnaintrmsk4().bit()),
            )
            .field(
                "h_desc_lst_rollintrmsk4",
                &format_args!("{}", self.h_desc_lst_rollintrmsk4().bit()),
            )
            .finish()
    }
}
#[cfg(feature = "impl-register-debug")]
impl core::fmt::Debug for crate::generic::Reg<HCINTMSK4_SPEC> {
    fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
        self.read().fmt(f)
    }
}
impl W {
    #[doc = "Bit 0"]
    #[inline(always)]
    #[must_use]
    pub fn h_xfercomplmsk4(&mut self) -> H_XFERCOMPLMSK4_W<0> {
        H_XFERCOMPLMSK4_W::new(self)
    }
    #[doc = "Bit 1"]
    #[inline(always)]
    #[must_use]
    pub fn h_chhltdmsk4(&mut self) -> H_CHHLTDMSK4_W<1> {
        H_CHHLTDMSK4_W::new(self)
    }
    #[doc = "Bit 2"]
    #[inline(always)]
    #[must_use]
    pub fn h_ahberrmsk4(&mut self) -> H_AHBERRMSK4_W<2> {
        H_AHBERRMSK4_W::new(self)
    }
    #[doc = "Bit 3"]
    #[inline(always)]
    #[must_use]
    pub fn h_stallmsk4(&mut self) -> H_STALLMSK4_W<3> {
        H_STALLMSK4_W::new(self)
    }
    #[doc = "Bit 4"]
    #[inline(always)]
    #[must_use]
    pub fn h_nakmsk4(&mut self) -> H_NAKMSK4_W<4> {
        H_NAKMSK4_W::new(self)
    }
    #[doc = "Bit 5"]
    #[inline(always)]
    #[must_use]
    pub fn h_ackmsk4(&mut self) -> H_ACKMSK4_W<5> {
        H_ACKMSK4_W::new(self)
    }
    #[doc = "Bit 6"]
    #[inline(always)]
    #[must_use]
    pub fn h_nyetmsk4(&mut self) -> H_NYETMSK4_W<6> {
        H_NYETMSK4_W::new(self)
    }
    #[doc = "Bit 7"]
    #[inline(always)]
    #[must_use]
    pub fn h_xacterrmsk4(&mut self) -> H_XACTERRMSK4_W<7> {
        H_XACTERRMSK4_W::new(self)
    }
    #[doc = "Bit 8"]
    #[inline(always)]
    #[must_use]
    pub fn h_bblerrmsk4(&mut self) -> H_BBLERRMSK4_W<8> {
        H_BBLERRMSK4_W::new(self)
    }
    #[doc = "Bit 9"]
    #[inline(always)]
    #[must_use]
    pub fn h_frmovrunmsk4(&mut self) -> H_FRMOVRUNMSK4_W<9> {
        H_FRMOVRUNMSK4_W::new(self)
    }
    #[doc = "Bit 10"]
    #[inline(always)]
    #[must_use]
    pub fn h_datatglerrmsk4(&mut self) -> H_DATATGLERRMSK4_W<10> {
        H_DATATGLERRMSK4_W::new(self)
    }
    #[doc = "Bit 11"]
    #[inline(always)]
    #[must_use]
    pub fn h_bnaintrmsk4(&mut self) -> H_BNAINTRMSK4_W<11> {
        H_BNAINTRMSK4_W::new(self)
    }
    #[doc = "Bit 13"]
    #[inline(always)]
    #[must_use]
    pub fn h_desc_lst_rollintrmsk4(&mut self) -> H_DESC_LST_ROLLINTRMSK4_W<13> {
        H_DESC_LST_ROLLINTRMSK4_W::new(self)
    }
    #[doc = "Writes raw bits to the register."]
    #[inline(always)]
    pub unsafe fn bits(&mut self, bits: u32) -> &mut Self {
        self.0.bits(bits);
        self
    }
}
#[doc = "\n\nThis register you can [`read`](crate::generic::Reg::read), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [hcintmsk4](index.html) module"]
pub struct HCINTMSK4_SPEC;
impl crate::RegisterSpec for HCINTMSK4_SPEC {
    type Ux = u32;
}
#[doc = "`read()` method returns [hcintmsk4::R](R) reader structure"]
impl crate::Readable for HCINTMSK4_SPEC {
    type Reader = R;
}
#[doc = "`write(|w| ..)` method takes [hcintmsk4::W](W) writer structure"]
impl crate::Writable for HCINTMSK4_SPEC {
    type Writer = W;
    const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = 0;
    const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = 0;
}
#[doc = "`reset()` method sets HCINTMSK4 to value 0"]
impl crate::Resettable for HCINTMSK4_SPEC {
    const RESET_VALUE: Self::Ux = 0;
}