#[repr(transparent)]pub struct Mintsts(pub u32);Expand description
Masked Interrupt Status register
Tuple Fields§
§0: u32Implementations§
Source§impl Mintsts
impl Mintsts
Sourcepub const fn sdio_interrupt(&self) -> bool
pub const fn sdio_interrupt(&self) -> bool
Interrupt from SDIO card.
Sourcepub const fn set_sdio_interrupt(&mut self, val: bool)
pub const fn set_sdio_interrupt(&mut self, val: bool)
Interrupt from SDIO card.
Trait Implementations§
impl Copy for Mintsts
impl Eq for Mintsts
impl StructuralPartialEq for Mintsts
Auto Trait Implementations§
impl Freeze for Mintsts
impl RefUnwindSafe for Mintsts
impl Send for Mintsts
impl Sync for Mintsts
impl Unpin for Mintsts
impl UnwindSafe for Mintsts
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