stm32f1_staging/stm32f102/sdio/
resp4.rs1pub type R = crate::R<RESP4rs>;
3pub type CARDSTATUS4_R = crate::FieldReader<u32>;
5impl R {
6 #[inline(always)]
8 pub fn cardstatus4(&self) -> CARDSTATUS4_R {
9 CARDSTATUS4_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("RESP4").field("cardstatus4", &self.cardstatus4()).finish()
15 }
16}
17pub struct RESP4rs;
23impl crate::RegisterSpec for RESP4rs {
24 type Ux = u32;
25}
26impl crate::Readable for RESP4rs {}
28impl crate::Resettable for RESP4rs {}