pub type R = crate::R<DMACHRBARrs>;
pub type HRBAP_R = crate::FieldReader<u32>;
impl R {
#[inline(always)]
pub fn hrbap(&self) -> HRBAP_R {
HRBAP_R::new(self.bits)
}
}
impl core::fmt::Debug for R {
fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
f.debug_struct("DMACHRBAR")
.field("hrbap", &self.hrbap())
.finish()
}
}
pub struct DMACHRBARrs;
impl crate::RegisterSpec for DMACHRBARrs {
type Ux = u32;
}
impl crate::Readable for DMACHRBARrs {}
impl crate::Resettable for DMACHRBARrs {}