pub type R = crate::R<DMACCATX_DRrs>;
pub type CURTDESAPTR_R = crate::FieldReader<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()
}
}
pub struct DMACCATX_DRrs;
impl crate::RegisterSpec for DMACCATX_DRrs {
type Ux = u32;
}
impl crate::Readable for DMACCATX_DRrs {}
impl crate::Resettable for DMACCATX_DRrs {}