#[doc = "Register `i2s_int_sts` reader"]
pub struct R(crate::R<I2S_INT_STS_SPEC>);
impl core::ops::Deref for R {
type Target = crate::R<I2S_INT_STS_SPEC>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
impl From<crate::R<I2S_INT_STS_SPEC>> for R {
#[inline(always)]
fn from(reader: crate::R<I2S_INT_STS_SPEC>) -> Self {
R(reader)
}
}
#[doc = "Register `i2s_int_sts` writer"]
pub struct W(crate::W<I2S_INT_STS_SPEC>);
impl core::ops::Deref for W {
type Target = crate::W<I2S_INT_STS_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<I2S_INT_STS_SPEC>> for W {
#[inline(always)]
fn from(writer: crate::W<I2S_INT_STS_SPEC>) -> Self {
W(writer)
}
}
#[doc = "Field `i2s_txf_int` reader - "]
pub type I2S_TXF_INT_R = crate::BitReader<bool>;
#[doc = "Field `i2s_txf_int` writer - "]
pub type I2S_TXF_INT_W<'a, const O: u8> = crate::BitWriter<'a, u32, I2S_INT_STS_SPEC, bool, O>;
#[doc = "Field `i2s_rxf_int` reader - "]
pub type I2S_RXF_INT_R = crate::BitReader<bool>;
#[doc = "Field `i2s_rxf_int` writer - "]
pub type I2S_RXF_INT_W<'a, const O: u8> = crate::BitWriter<'a, u32, I2S_INT_STS_SPEC, bool, O>;
#[doc = "Field `i2s_fer_int` reader - "]
pub type I2S_FER_INT_R = crate::BitReader<bool>;
#[doc = "Field `i2s_fer_int` writer - "]
pub type I2S_FER_INT_W<'a, const O: u8> = crate::BitWriter<'a, u32, I2S_INT_STS_SPEC, bool, O>;
#[doc = "Field `cr_i2s_txf_mask` reader - "]
pub type CR_I2S_TXF_MASK_R = crate::BitReader<bool>;
#[doc = "Field `cr_i2s_txf_mask` writer - "]
pub type CR_I2S_TXF_MASK_W<'a, const O: u8> = crate::BitWriter<'a, u32, I2S_INT_STS_SPEC, bool, O>;
#[doc = "Field `cr_i2s_rxf_mask` reader - "]
pub type CR_I2S_RXF_MASK_R = crate::BitReader<bool>;
#[doc = "Field `cr_i2s_rxf_mask` writer - "]
pub type CR_I2S_RXF_MASK_W<'a, const O: u8> = crate::BitWriter<'a, u32, I2S_INT_STS_SPEC, bool, O>;
#[doc = "Field `cr_i2s_fer_mask` reader - "]
pub type CR_I2S_FER_MASK_R = crate::BitReader<bool>;
#[doc = "Field `cr_i2s_fer_mask` writer - "]
pub type CR_I2S_FER_MASK_W<'a, const O: u8> = crate::BitWriter<'a, u32, I2S_INT_STS_SPEC, bool, O>;
#[doc = "Field `cr_i2s_txf_en` reader - "]
pub type CR_I2S_TXF_EN_R = crate::BitReader<bool>;
#[doc = "Field `cr_i2s_txf_en` writer - "]
pub type CR_I2S_TXF_EN_W<'a, const O: u8> = crate::BitWriter<'a, u32, I2S_INT_STS_SPEC, bool, O>;
#[doc = "Field `cr_i2s_rxf_en` reader - "]
pub type CR_I2S_RXF_EN_R = crate::BitReader<bool>;
#[doc = "Field `cr_i2s_rxf_en` writer - "]
pub type CR_I2S_RXF_EN_W<'a, const O: u8> = crate::BitWriter<'a, u32, I2S_INT_STS_SPEC, bool, O>;
#[doc = "Field `cr_i2s_fer_en` reader - "]
pub type CR_I2S_FER_EN_R = crate::BitReader<bool>;
#[doc = "Field `cr_i2s_fer_en` writer - "]
pub type CR_I2S_FER_EN_W<'a, const O: u8> = crate::BitWriter<'a, u32, I2S_INT_STS_SPEC, bool, O>;
impl R {
#[doc = "Bit 0"]
#[inline(always)]
pub fn i2s_txf_int(&self) -> I2S_TXF_INT_R {
I2S_TXF_INT_R::new((self.bits & 1) != 0)
}
#[doc = "Bit 1"]
#[inline(always)]
pub fn i2s_rxf_int(&self) -> I2S_RXF_INT_R {
I2S_RXF_INT_R::new(((self.bits >> 1) & 1) != 0)
}
#[doc = "Bit 2"]
#[inline(always)]
pub fn i2s_fer_int(&self) -> I2S_FER_INT_R {
I2S_FER_INT_R::new(((self.bits >> 2) & 1) != 0)
}
#[doc = "Bit 8"]
#[inline(always)]
pub fn cr_i2s_txf_mask(&self) -> CR_I2S_TXF_MASK_R {
CR_I2S_TXF_MASK_R::new(((self.bits >> 8) & 1) != 0)
}
#[doc = "Bit 9"]
#[inline(always)]
pub fn cr_i2s_rxf_mask(&self) -> CR_I2S_RXF_MASK_R {
CR_I2S_RXF_MASK_R::new(((self.bits >> 9) & 1) != 0)
}
#[doc = "Bit 10"]
#[inline(always)]
pub fn cr_i2s_fer_mask(&self) -> CR_I2S_FER_MASK_R {
CR_I2S_FER_MASK_R::new(((self.bits >> 10) & 1) != 0)
}
#[doc = "Bit 24"]
#[inline(always)]
pub fn cr_i2s_txf_en(&self) -> CR_I2S_TXF_EN_R {
CR_I2S_TXF_EN_R::new(((self.bits >> 24) & 1) != 0)
}
#[doc = "Bit 25"]
#[inline(always)]
pub fn cr_i2s_rxf_en(&self) -> CR_I2S_RXF_EN_R {
CR_I2S_RXF_EN_R::new(((self.bits >> 25) & 1) != 0)
}
#[doc = "Bit 26"]
#[inline(always)]
pub fn cr_i2s_fer_en(&self) -> CR_I2S_FER_EN_R {
CR_I2S_FER_EN_R::new(((self.bits >> 26) & 1) != 0)
}
}
impl W {
#[doc = "Bit 0"]
#[inline(always)]
#[must_use]
pub fn i2s_txf_int(&mut self) -> I2S_TXF_INT_W<0> {
I2S_TXF_INT_W::new(self)
}
#[doc = "Bit 1"]
#[inline(always)]
#[must_use]
pub fn i2s_rxf_int(&mut self) -> I2S_RXF_INT_W<1> {
I2S_RXF_INT_W::new(self)
}
#[doc = "Bit 2"]
#[inline(always)]
#[must_use]
pub fn i2s_fer_int(&mut self) -> I2S_FER_INT_W<2> {
I2S_FER_INT_W::new(self)
}
#[doc = "Bit 8"]
#[inline(always)]
#[must_use]
pub fn cr_i2s_txf_mask(&mut self) -> CR_I2S_TXF_MASK_W<8> {
CR_I2S_TXF_MASK_W::new(self)
}
#[doc = "Bit 9"]
#[inline(always)]
#[must_use]
pub fn cr_i2s_rxf_mask(&mut self) -> CR_I2S_RXF_MASK_W<9> {
CR_I2S_RXF_MASK_W::new(self)
}
#[doc = "Bit 10"]
#[inline(always)]
#[must_use]
pub fn cr_i2s_fer_mask(&mut self) -> CR_I2S_FER_MASK_W<10> {
CR_I2S_FER_MASK_W::new(self)
}
#[doc = "Bit 24"]
#[inline(always)]
#[must_use]
pub fn cr_i2s_txf_en(&mut self) -> CR_I2S_TXF_EN_W<24> {
CR_I2S_TXF_EN_W::new(self)
}
#[doc = "Bit 25"]
#[inline(always)]
#[must_use]
pub fn cr_i2s_rxf_en(&mut self) -> CR_I2S_RXF_EN_W<25> {
CR_I2S_RXF_EN_W::new(self)
}
#[doc = "Bit 26"]
#[inline(always)]
#[must_use]
pub fn cr_i2s_fer_en(&mut self) -> CR_I2S_FER_EN_W<26> {
CR_I2S_FER_EN_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 = "i2s_int_sts.\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 [i2s_int_sts](index.html) module"]
pub struct I2S_INT_STS_SPEC;
impl crate::RegisterSpec for I2S_INT_STS_SPEC {
type Ux = u32;
}
#[doc = "`read()` method returns [i2s_int_sts::R](R) reader structure"]
impl crate::Readable for I2S_INT_STS_SPEC {
type Reader = R;
}
#[doc = "`write(|w| ..)` method takes [i2s_int_sts::W](W) writer structure"]
impl crate::Writable for I2S_INT_STS_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 i2s_int_sts to value 0"]
impl crate::Resettable for I2S_INT_STS_SPEC {
const RESET_VALUE: Self::Ux = 0;
}