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 RESP2"]
pub type R = crate::R<u32, super::RESP2>;
#[doc = "Reader of field `CARDSTATUS2`"]
pub type CARDSTATUS2_R = crate::R<u32, u32>;
impl R {
    #[doc = "Bits 0:31 - Card Status"]
    #[inline(always)]
    pub fn cardstatus2(&self) -> CARDSTATUS2_R {
        CARDSTATUS2_R::new((self.bits & 0xffff_ffff) as u32)
    }
}