#[doc = "Register `SLC1TX_LINK_ADDR` reader"]
pub type R = crate::R<SLC1TX_LINK_ADDR_SPEC>;
#[doc = "Register `SLC1TX_LINK_ADDR` writer"]
pub type W = crate::W<SLC1TX_LINK_ADDR_SPEC>;
#[doc = "Field `SDIO_SLC1_TXLINK_ADDR` reader - Configures SLC1 TX linked list initial address."]
pub type SDIO_SLC1_TXLINK_ADDR_R = crate::FieldReader<u32>;
#[doc = "Field `SDIO_SLC1_TXLINK_ADDR` writer - Configures SLC1 TX linked list initial address."]
pub type SDIO_SLC1_TXLINK_ADDR_W<'a, REG> = crate::FieldWriter<'a, REG, 32, u32>;
impl R {
#[doc = "Bits 0:31 - Configures SLC1 TX linked list initial address."]
#[inline(always)]
pub fn sdio_slc1_txlink_addr(&self) -> SDIO_SLC1_TXLINK_ADDR_R {
SDIO_SLC1_TXLINK_ADDR_R::new(self.bits)
}
}
#[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("SLC1TX_LINK_ADDR")
.field("sdio_slc1_txlink_addr", &self.sdio_slc1_txlink_addr())
.finish()
}
}
impl W {
#[doc = "Bits 0:31 - Configures SLC1 TX linked list initial address."]
#[inline(always)]
pub fn sdio_slc1_txlink_addr(&mut self) -> SDIO_SLC1_TXLINK_ADDR_W<'_, SLC1TX_LINK_ADDR_SPEC> {
SDIO_SLC1_TXLINK_ADDR_W::new(self, 0)
}
}
#[doc = "SLC1 TX linked list address\n\nYou can [`read`](crate::Reg::read) this register and get [`slc1tx_link_addr::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`slc1tx_link_addr::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
pub struct SLC1TX_LINK_ADDR_SPEC;
impl crate::RegisterSpec for SLC1TX_LINK_ADDR_SPEC {
type Ux = u32;
}
#[doc = "`read()` method returns [`slc1tx_link_addr::R`](R) reader structure"]
impl crate::Readable for SLC1TX_LINK_ADDR_SPEC {}
#[doc = "`write(|w| ..)` method takes [`slc1tx_link_addr::W`](W) writer structure"]
impl crate::Writable for SLC1TX_LINK_ADDR_SPEC {
type Safety = crate::Unsafe;
}
#[doc = "`reset()` method sets SLC1TX_LINK_ADDR to value 0"]
impl crate::Resettable for SLC1TX_LINK_ADDR_SPEC {}