stm32f1_staging/stm32f102/sdio/
resp2.rs1pub type R = crate::R<RESP2rs>;
3pub type CARDSTATUS2_R = crate::FieldReader<u32>;
5impl R {
6 #[inline(always)]
8 pub fn cardstatus2(&self) -> CARDSTATUS2_R {
9 CARDSTATUS2_R::new(self.bits)
10 }
11}
12impl core::fmt::Debug for R {
13 fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
14 f.debug_struct("RESP2").field("cardstatus2", &self.cardstatus2()).finish()
15 }
16}
17pub struct RESP2rs;
23impl crate::RegisterSpec for RESP2rs {
24 type Ux = u32;
25}
26impl crate::Readable for RESP2rs {}
28impl crate::Resettable for RESP2rs {}