#[repr(transparent)]pub struct PresState(pub u32);Expand description
Present State
Tuple Fields§
§0: u32Implementations§
Source§impl PresState
impl PresState
Sourcepub const fn set_ipgoff(&mut self, val: Ipgoff)
pub const fn set_ipgoff(&mut self, val: Ipgoff)
IPG_CLK Gated Off Internally
Sourcepub const fn set_hckoff(&mut self, val: Hckoff)
pub const fn set_hckoff(&mut self, val: Hckoff)
HCLK Gated Off Internally
Sourcepub const fn set_peroff(&mut self, val: Peroff)
pub const fn set_peroff(&mut self, val: Peroff)
IPG_PERCLK Gated Off Internally
Sourcepub const fn rtr(&self) -> Rtr
pub const fn rtr(&self) -> Rtr
Re-Tuning Request (only for SD3.0 SDR104 mode and EMMC HS200 mode)
Trait Implementations§
impl Copy for PresState
impl Eq for PresState
impl StructuralPartialEq for PresState
Auto Trait Implementations§
impl Freeze for PresState
impl RefUnwindSafe for PresState
impl Send for PresState
impl Sync for PresState
impl Unpin for PresState
impl UnwindSafe for PresState
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