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