stm32f4 0.11.0

Device support crates for STM32F4 devices
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[doc = "Reader of register RESP1"]
pub type R = crate::R<u32, super::RESP1>;
#[doc = "Reader of field `CARDSTATUS1`"]
pub type CARDSTATUS1_R = crate::R<u32, u32>;
impl R {
    #[doc = "Bits 0:31 - Card Status"]
    #[inline(always)]
    pub fn cardstatus1(&self) -> CARDSTATUS1_R {
        CARDSTATUS1_R::new((self.bits & 0xffff_ffff) as u32)
    }
}