#[doc = "Register `DMA_CONF` reader"]
pub struct R(crate::R<DMA_CONF_SPEC>);
impl core::ops::Deref for R {
type Target = crate::R<DMA_CONF_SPEC>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
impl From<crate::R<DMA_CONF_SPEC>> for R {
#[inline(always)]
fn from(reader: crate::R<DMA_CONF_SPEC>) -> Self {
R(reader)
}
}
#[doc = "Register `DMA_CONF` writer"]
pub struct W(crate::W<DMA_CONF_SPEC>);
impl core::ops::Deref for W {
type Target = crate::W<DMA_CONF_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<DMA_CONF_SPEC>> for W {
#[inline(always)]
fn from(writer: crate::W<DMA_CONF_SPEC>) -> Self {
W(writer)
}
}
#[doc = "Field `DMA_CONTINUE` reader - "]
pub struct DMA_CONTINUE_R(crate::FieldReader<bool, bool>);
impl DMA_CONTINUE_R {
pub(crate) fn new(bits: bool) -> Self {
DMA_CONTINUE_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for DMA_CONTINUE_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `DMA_CONTINUE` writer - "]
pub struct DMA_CONTINUE_W<'a> {
w: &'a mut W,
}
impl<'a> DMA_CONTINUE_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 << 16)) | ((value as u32 & 0x01) << 16);
self.w
}
}
#[doc = "Field `DMA_TX_STOP` reader - "]
pub struct DMA_TX_STOP_R(crate::FieldReader<bool, bool>);
impl DMA_TX_STOP_R {
pub(crate) fn new(bits: bool) -> Self {
DMA_TX_STOP_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for DMA_TX_STOP_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `DMA_TX_STOP` writer - "]
pub struct DMA_TX_STOP_W<'a> {
w: &'a mut W,
}
impl<'a> DMA_TX_STOP_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 << 15)) | ((value as u32 & 0x01) << 15);
self.w
}
}
#[doc = "Field `DMA_RX_STOP` reader - "]
pub struct DMA_RX_STOP_R(crate::FieldReader<bool, bool>);
impl DMA_RX_STOP_R {
pub(crate) fn new(bits: bool) -> Self {
DMA_RX_STOP_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for DMA_RX_STOP_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `DMA_RX_STOP` writer - "]
pub struct DMA_RX_STOP_W<'a> {
w: &'a mut W,
}
impl<'a> DMA_RX_STOP_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 << 14)) | ((value as u32 & 0x01) << 14);
self.w
}
}
#[doc = "Field `OUT_DATA_BURST_EN` reader - "]
pub struct OUT_DATA_BURST_EN_R(crate::FieldReader<bool, bool>);
impl OUT_DATA_BURST_EN_R {
pub(crate) fn new(bits: bool) -> Self {
OUT_DATA_BURST_EN_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for OUT_DATA_BURST_EN_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `OUT_DATA_BURST_EN` writer - "]
pub struct OUT_DATA_BURST_EN_W<'a> {
w: &'a mut W,
}
impl<'a> OUT_DATA_BURST_EN_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 << 12)) | ((value as u32 & 0x01) << 12);
self.w
}
}
#[doc = "Field `INDSCR_BURST_EN` reader - "]
pub struct INDSCR_BURST_EN_R(crate::FieldReader<bool, bool>);
impl INDSCR_BURST_EN_R {
pub(crate) fn new(bits: bool) -> Self {
INDSCR_BURST_EN_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for INDSCR_BURST_EN_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `INDSCR_BURST_EN` writer - "]
pub struct INDSCR_BURST_EN_W<'a> {
w: &'a mut W,
}
impl<'a> INDSCR_BURST_EN_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 << 11)) | ((value as u32 & 0x01) << 11);
self.w
}
}
#[doc = "Field `OUTDSCR_BURST_EN` reader - "]
pub struct OUTDSCR_BURST_EN_R(crate::FieldReader<bool, bool>);
impl OUTDSCR_BURST_EN_R {
pub(crate) fn new(bits: bool) -> Self {
OUTDSCR_BURST_EN_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for OUTDSCR_BURST_EN_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `OUTDSCR_BURST_EN` writer - "]
pub struct OUTDSCR_BURST_EN_W<'a> {
w: &'a mut W,
}
impl<'a> OUTDSCR_BURST_EN_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 << 10)) | ((value as u32 & 0x01) << 10);
self.w
}
}
#[doc = "Field `OUT_EOF_MODE` reader - "]
pub struct OUT_EOF_MODE_R(crate::FieldReader<bool, bool>);
impl OUT_EOF_MODE_R {
pub(crate) fn new(bits: bool) -> Self {
OUT_EOF_MODE_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for OUT_EOF_MODE_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `OUT_EOF_MODE` writer - "]
pub struct OUT_EOF_MODE_W<'a> {
w: &'a mut W,
}
impl<'a> OUT_EOF_MODE_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 << 9)) | ((value as u32 & 0x01) << 9);
self.w
}
}
#[doc = "Field `OUT_AUTO_WRBACK` reader - "]
pub struct OUT_AUTO_WRBACK_R(crate::FieldReader<bool, bool>);
impl OUT_AUTO_WRBACK_R {
pub(crate) fn new(bits: bool) -> Self {
OUT_AUTO_WRBACK_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for OUT_AUTO_WRBACK_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `OUT_AUTO_WRBACK` writer - "]
pub struct OUT_AUTO_WRBACK_W<'a> {
w: &'a mut W,
}
impl<'a> OUT_AUTO_WRBACK_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 << 8)) | ((value as u32 & 0x01) << 8);
self.w
}
}
#[doc = "Field `OUT_LOOP_TEST` reader - "]
pub struct OUT_LOOP_TEST_R(crate::FieldReader<bool, bool>);
impl OUT_LOOP_TEST_R {
pub(crate) fn new(bits: bool) -> Self {
OUT_LOOP_TEST_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for OUT_LOOP_TEST_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `OUT_LOOP_TEST` writer - "]
pub struct OUT_LOOP_TEST_W<'a> {
w: &'a mut W,
}
impl<'a> OUT_LOOP_TEST_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 << 7)) | ((value as u32 & 0x01) << 7);
self.w
}
}
#[doc = "Field `IN_LOOP_TEST` reader - "]
pub struct IN_LOOP_TEST_R(crate::FieldReader<bool, bool>);
impl IN_LOOP_TEST_R {
pub(crate) fn new(bits: bool) -> Self {
IN_LOOP_TEST_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for IN_LOOP_TEST_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `IN_LOOP_TEST` writer - "]
pub struct IN_LOOP_TEST_W<'a> {
w: &'a mut W,
}
impl<'a> IN_LOOP_TEST_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 << 6)) | ((value as u32 & 0x01) << 6);
self.w
}
}
#[doc = "Field `AHBM_RST` reader - "]
pub struct AHBM_RST_R(crate::FieldReader<bool, bool>);
impl AHBM_RST_R {
pub(crate) fn new(bits: bool) -> Self {
AHBM_RST_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for AHBM_RST_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `AHBM_RST` writer - "]
pub struct AHBM_RST_W<'a> {
w: &'a mut W,
}
impl<'a> AHBM_RST_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 << 5)) | ((value as u32 & 0x01) << 5);
self.w
}
}
#[doc = "Field `AHBM_FIFO_RST` reader - "]
pub struct AHBM_FIFO_RST_R(crate::FieldReader<bool, bool>);
impl AHBM_FIFO_RST_R {
pub(crate) fn new(bits: bool) -> Self {
AHBM_FIFO_RST_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for AHBM_FIFO_RST_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `AHBM_FIFO_RST` writer - "]
pub struct AHBM_FIFO_RST_W<'a> {
w: &'a mut W,
}
impl<'a> AHBM_FIFO_RST_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 << 4)) | ((value as u32 & 0x01) << 4);
self.w
}
}
#[doc = "Field `OUT_RST` reader - "]
pub struct OUT_RST_R(crate::FieldReader<bool, bool>);
impl OUT_RST_R {
pub(crate) fn new(bits: bool) -> Self {
OUT_RST_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for OUT_RST_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `OUT_RST` writer - "]
pub struct OUT_RST_W<'a> {
w: &'a mut W,
}
impl<'a> OUT_RST_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 << 3)) | ((value as u32 & 0x01) << 3);
self.w
}
}
#[doc = "Field `IN_RST` reader - "]
pub struct IN_RST_R(crate::FieldReader<bool, bool>);
impl IN_RST_R {
pub(crate) fn new(bits: bool) -> Self {
IN_RST_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for IN_RST_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `IN_RST` writer - "]
pub struct IN_RST_W<'a> {
w: &'a mut W,
}
impl<'a> IN_RST_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
}
}
impl R {
#[doc = "Bit 16"]
#[inline(always)]
pub fn dma_continue(&self) -> DMA_CONTINUE_R {
DMA_CONTINUE_R::new(((self.bits >> 16) & 0x01) != 0)
}
#[doc = "Bit 15"]
#[inline(always)]
pub fn dma_tx_stop(&self) -> DMA_TX_STOP_R {
DMA_TX_STOP_R::new(((self.bits >> 15) & 0x01) != 0)
}
#[doc = "Bit 14"]
#[inline(always)]
pub fn dma_rx_stop(&self) -> DMA_RX_STOP_R {
DMA_RX_STOP_R::new(((self.bits >> 14) & 0x01) != 0)
}
#[doc = "Bit 12"]
#[inline(always)]
pub fn out_data_burst_en(&self) -> OUT_DATA_BURST_EN_R {
OUT_DATA_BURST_EN_R::new(((self.bits >> 12) & 0x01) != 0)
}
#[doc = "Bit 11"]
#[inline(always)]
pub fn indscr_burst_en(&self) -> INDSCR_BURST_EN_R {
INDSCR_BURST_EN_R::new(((self.bits >> 11) & 0x01) != 0)
}
#[doc = "Bit 10"]
#[inline(always)]
pub fn outdscr_burst_en(&self) -> OUTDSCR_BURST_EN_R {
OUTDSCR_BURST_EN_R::new(((self.bits >> 10) & 0x01) != 0)
}
#[doc = "Bit 9"]
#[inline(always)]
pub fn out_eof_mode(&self) -> OUT_EOF_MODE_R {
OUT_EOF_MODE_R::new(((self.bits >> 9) & 0x01) != 0)
}
#[doc = "Bit 8"]
#[inline(always)]
pub fn out_auto_wrback(&self) -> OUT_AUTO_WRBACK_R {
OUT_AUTO_WRBACK_R::new(((self.bits >> 8) & 0x01) != 0)
}
#[doc = "Bit 7"]
#[inline(always)]
pub fn out_loop_test(&self) -> OUT_LOOP_TEST_R {
OUT_LOOP_TEST_R::new(((self.bits >> 7) & 0x01) != 0)
}
#[doc = "Bit 6"]
#[inline(always)]
pub fn in_loop_test(&self) -> IN_LOOP_TEST_R {
IN_LOOP_TEST_R::new(((self.bits >> 6) & 0x01) != 0)
}
#[doc = "Bit 5"]
#[inline(always)]
pub fn ahbm_rst(&self) -> AHBM_RST_R {
AHBM_RST_R::new(((self.bits >> 5) & 0x01) != 0)
}
#[doc = "Bit 4"]
#[inline(always)]
pub fn ahbm_fifo_rst(&self) -> AHBM_FIFO_RST_R {
AHBM_FIFO_RST_R::new(((self.bits >> 4) & 0x01) != 0)
}
#[doc = "Bit 3"]
#[inline(always)]
pub fn out_rst(&self) -> OUT_RST_R {
OUT_RST_R::new(((self.bits >> 3) & 0x01) != 0)
}
#[doc = "Bit 2"]
#[inline(always)]
pub fn in_rst(&self) -> IN_RST_R {
IN_RST_R::new(((self.bits >> 2) & 0x01) != 0)
}
}
impl W {
#[doc = "Bit 16"]
#[inline(always)]
pub fn dma_continue(&mut self) -> DMA_CONTINUE_W {
DMA_CONTINUE_W { w: self }
}
#[doc = "Bit 15"]
#[inline(always)]
pub fn dma_tx_stop(&mut self) -> DMA_TX_STOP_W {
DMA_TX_STOP_W { w: self }
}
#[doc = "Bit 14"]
#[inline(always)]
pub fn dma_rx_stop(&mut self) -> DMA_RX_STOP_W {
DMA_RX_STOP_W { w: self }
}
#[doc = "Bit 12"]
#[inline(always)]
pub fn out_data_burst_en(&mut self) -> OUT_DATA_BURST_EN_W {
OUT_DATA_BURST_EN_W { w: self }
}
#[doc = "Bit 11"]
#[inline(always)]
pub fn indscr_burst_en(&mut self) -> INDSCR_BURST_EN_W {
INDSCR_BURST_EN_W { w: self }
}
#[doc = "Bit 10"]
#[inline(always)]
pub fn outdscr_burst_en(&mut self) -> OUTDSCR_BURST_EN_W {
OUTDSCR_BURST_EN_W { w: self }
}
#[doc = "Bit 9"]
#[inline(always)]
pub fn out_eof_mode(&mut self) -> OUT_EOF_MODE_W {
OUT_EOF_MODE_W { w: self }
}
#[doc = "Bit 8"]
#[inline(always)]
pub fn out_auto_wrback(&mut self) -> OUT_AUTO_WRBACK_W {
OUT_AUTO_WRBACK_W { w: self }
}
#[doc = "Bit 7"]
#[inline(always)]
pub fn out_loop_test(&mut self) -> OUT_LOOP_TEST_W {
OUT_LOOP_TEST_W { w: self }
}
#[doc = "Bit 6"]
#[inline(always)]
pub fn in_loop_test(&mut self) -> IN_LOOP_TEST_W {
IN_LOOP_TEST_W { w: self }
}
#[doc = "Bit 5"]
#[inline(always)]
pub fn ahbm_rst(&mut self) -> AHBM_RST_W {
AHBM_RST_W { w: self }
}
#[doc = "Bit 4"]
#[inline(always)]
pub fn ahbm_fifo_rst(&mut self) -> AHBM_FIFO_RST_W {
AHBM_FIFO_RST_W { w: self }
}
#[doc = "Bit 3"]
#[inline(always)]
pub fn out_rst(&mut self) -> OUT_RST_W {
OUT_RST_W { w: self }
}
#[doc = "Bit 2"]
#[inline(always)]
pub fn in_rst(&mut self) -> IN_RST_W {
IN_RST_W { w: 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 = "SPI_DMA_CONF\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 [dma_conf](index.html) module"]
pub struct DMA_CONF_SPEC;
impl crate::RegisterSpec for DMA_CONF_SPEC {
type Ux = u32;
}
#[doc = "`read()` method returns [dma_conf::R](R) reader structure"]
impl crate::Readable for DMA_CONF_SPEC {
type Reader = R;
}
#[doc = "`write(|w| ..)` method takes [dma_conf::W](W) writer structure"]
impl crate::Writable for DMA_CONF_SPEC {
type Writer = W;
}
#[doc = "`reset()` method sets DMA_CONF to value 0"]
impl crate::Resettable for DMA_CONF_SPEC {
#[inline(always)]
fn reset_value() -> Self::Ux {
0
}
}