#[repr(transparent)]pub struct IntStatus(pub u32);Expand description
Interrupt Status
Tuple Fields§
§0: u32Implementations§
Source§impl IntStatus
impl IntStatus
Sourcepub const fn rte(&self) -> Rte
pub const fn rte(&self) -> Rte
Re-Tuning Event: (only for SD3.0 SDR104 mode and EMMC HS200 mode)
Sourcepub const fn set_rte(&mut self, val: Rte)
pub const fn set_rte(&mut self, val: Rte)
Re-Tuning Event: (only for SD3.0 SDR104 mode and EMMC HS200 mode)
Sourcepub const fn set_tp(&mut self, val: bool)
pub const fn set_tp(&mut self, val: bool)
Tuning Pass:(only for SD3.0 SDR104 mode and EMMC HS200 mode)
Trait Implementations§
impl Copy for IntStatus
impl Eq for IntStatus
impl StructuralPartialEq for IntStatus
Auto Trait Implementations§
impl Freeze for IntStatus
impl RefUnwindSafe for IntStatus
impl Send for IntStatus
impl Sync for IntStatus
impl Unpin for IntStatus
impl UnwindSafe for IntStatus
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