Struct stm32_metapac::sdmmc::regs::RespxR
#[repr(transparent)]pub struct RespxR(pub u32);
Expand description
The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response.
Tuple Fields§
§0: u32
Implementations§
§impl RespxR
impl RespxR
pub const fn cardstatus(&self) -> u32
pub const fn cardstatus(&self) -> u32
see Table 432
pub fn set_cardstatus(&mut self, val: u32)
pub fn set_cardstatus(&mut self, val: u32)
see Table 432
Trait Implementations§
impl Copy for RespxR
impl Eq for RespxR
impl StructuralPartialEq for RespxR
Auto Trait Implementations§
impl Freeze for RespxR
impl RefUnwindSafe for RespxR
impl Send for RespxR
impl Sync for RespxR
impl Unpin for RespxR
impl UnwindSafe for RespxR
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)