#[doc = "Register `RESP3` reader"]
pub type R = crate::R<Resp3Spec>;
#[doc = "Field `CARDSTATUS3` reader - CARDSTATUS3"]
pub type Cardstatus3R = crate::FieldReader<u32>;
impl R {
#[doc = "Bits 0:31 - CARDSTATUS3"]
#[inline(always)]
pub fn cardstatus3(&self) -> Cardstatus3R {
Cardstatus3R::new(self.bits)
}
}
#[doc = "Bits 31:0 = CARDSTATUS3\n\nYou can [`read`](crate::Reg::read) this register and get [`resp3::R`](R). See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
pub struct Resp3Spec;
impl crate::RegisterSpec for Resp3Spec {
type Ux = u32;
}
#[doc = "`read()` method returns [`resp3::R`](R) reader structure"]
impl crate::Readable for Resp3Spec {}
#[doc = "`reset()` method sets RESP3 to value 0"]
impl crate::Resettable for Resp3Spec {}