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