pub type R = crate::R<DMACCATX_DRrs>;
pub type W = crate::W<DMACCATX_DRrs>;
pub type CURTDESAPTR_R = crate::FieldReader<u32>;
pub type CURTDESAPTR_W<'a, REG> = crate::FieldWriter<'a, REG, 32, u32>;
impl R {
#[inline(always)]
pub fn curtdesaptr(&self) -> CURTDESAPTR_R {
CURTDESAPTR_R::new(self.bits)
}
}
impl core::fmt::Debug for R {
fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
f.debug_struct("DMACCATxDR").field("curtdesaptr", &self.curtdesaptr()).finish()
}
}
impl W {
#[inline(always)]
pub fn curtdesaptr(&mut self) -> CURTDESAPTR_W<DMACCATX_DRrs> {
CURTDESAPTR_W::new(self, 0)
}
}
pub struct DMACCATX_DRrs;
impl crate::RegisterSpec for DMACCATX_DRrs {
type Ux = u32;
}
impl crate::Readable for DMACCATX_DRrs {}
impl crate::Writable for DMACCATX_DRrs {
type Safety = crate::Unsafe;
}
impl crate::Resettable for DMACCATX_DRrs {}