#[doc = "Register `STATE` reader"]
pub struct R(crate::R<STATE_SPEC>);
impl core::ops::Deref for R {
type Target = crate::R<STATE_SPEC>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
impl core::convert::From<crate::R<STATE_SPEC>> for R {
fn from(reader: crate::R<STATE_SPEC>) -> Self {
R(reader)
}
}
#[doc = "Register `STATE` writer"]
pub struct W(crate::W<STATE_SPEC>);
impl core::ops::Deref for W {
type Target = crate::W<STATE_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 core::convert::From<crate::W<STATE_SPEC>> for W {
fn from(writer: crate::W<STATE_SPEC>) -> Self {
W(writer)
}
}
#[doc = "Field `RX_FIFO_RESET_BACK` reader - "]
pub struct RX_FIFO_RESET_BACK_R(crate::FieldReader<bool, bool>);
impl RX_FIFO_RESET_BACK_R {
pub(crate) fn new(bits: bool) -> Self {
RX_FIFO_RESET_BACK_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for RX_FIFO_RESET_BACK_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `RX_FIFO_RESET_BACK` writer - "]
pub struct RX_FIFO_RESET_BACK_W<'a> {
w: &'a mut W,
}
impl<'a> RX_FIFO_RESET_BACK_W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits = (self.w.bits & !(0x01 << 2)) | (((value as u32) & 0x01) << 2);
self.w
}
}
#[doc = "Field `TX_FIFO_RESET_BACK` reader - "]
pub struct TX_FIFO_RESET_BACK_R(crate::FieldReader<bool, bool>);
impl TX_FIFO_RESET_BACK_R {
pub(crate) fn new(bits: bool) -> Self {
TX_FIFO_RESET_BACK_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for TX_FIFO_RESET_BACK_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `TX_FIFO_RESET_BACK` writer - "]
pub struct TX_FIFO_RESET_BACK_W<'a> {
w: &'a mut W,
}
impl<'a> TX_FIFO_RESET_BACK_W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits = (self.w.bits & !(0x01 << 1)) | (((value as u32) & 0x01) << 1);
self.w
}
}
#[doc = "Field `TX_IDLE` reader - "]
pub struct TX_IDLE_R(crate::FieldReader<bool, bool>);
impl TX_IDLE_R {
pub(crate) fn new(bits: bool) -> Self {
TX_IDLE_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for TX_IDLE_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `TX_IDLE` writer - "]
pub struct TX_IDLE_W<'a> {
w: &'a mut W,
}
impl<'a> TX_IDLE_W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits = (self.w.bits & !0x01) | ((value as u32) & 0x01);
self.w
}
}
impl R {
#[doc = "Bit 2"]
#[inline(always)]
pub fn rx_fifo_reset_back(&self) -> RX_FIFO_RESET_BACK_R {
RX_FIFO_RESET_BACK_R::new(((self.bits >> 2) & 0x01) != 0)
}
#[doc = "Bit 1"]
#[inline(always)]
pub fn tx_fifo_reset_back(&self) -> TX_FIFO_RESET_BACK_R {
TX_FIFO_RESET_BACK_R::new(((self.bits >> 1) & 0x01) != 0)
}
#[doc = "Bit 0"]
#[inline(always)]
pub fn tx_idle(&self) -> TX_IDLE_R {
TX_IDLE_R::new((self.bits & 0x01) != 0)
}
}
impl W {
#[doc = "Bit 2"]
#[inline(always)]
pub fn rx_fifo_reset_back(&mut self) -> RX_FIFO_RESET_BACK_W {
RX_FIFO_RESET_BACK_W { w: self }
}
#[doc = "Bit 1"]
#[inline(always)]
pub fn tx_fifo_reset_back(&mut self) -> TX_FIFO_RESET_BACK_W {
TX_FIFO_RESET_BACK_W { w: self }
}
#[doc = "Bit 0"]
#[inline(always)]
pub fn tx_idle(&mut self) -> TX_IDLE_W {
TX_IDLE_W { w: self }
}
#[doc = "Writes raw bits to the register."]
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self {
self.0.bits(bits);
self
}
}
#[doc = "I2S_STATE\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 [state](index.html) module"]
pub struct STATE_SPEC;
impl crate::RegisterSpec for STATE_SPEC {
type Ux = u32;
}
#[doc = "`read()` method returns [state::R](R) reader structure"]
impl crate::Readable for STATE_SPEC {
type Reader = R;
}
#[doc = "`write(|w| ..)` method takes [state::W](W) writer structure"]
impl crate::Writable for STATE_SPEC {
type Writer = W;
}
#[doc = "`reset()` method sets STATE to value 0"]
impl crate::Resettable for STATE_SPEC {
#[inline(always)]
fn reset_value() -> Self::Ux {
0
}
}