#[repr(u8)]pub enum Slpsts {
CORE_NOT_IN_L1 = 0,
CORE_IN_L1 = 1,
}Variants§
CORE_NOT_IN_L1 = 0
In Host or Device mode, this bit indicates core is not in L1
CORE_IN_L1 = 1
In Host mode, this bit indicates the core transitions to Sleep state as a successful LPM transaction. In Device mode, the core enters the Sleep state when an ACK response is sent to an LPM transaction
Implementations§
Trait Implementations§
Source§impl Ord for Slpsts
impl Ord for Slpsts
Source§impl PartialOrd for Slpsts
impl PartialOrd for Slpsts
impl Copy for Slpsts
impl Eq for Slpsts
impl StructuralPartialEq for Slpsts
Auto Trait Implementations§
impl Freeze for Slpsts
impl RefUnwindSafe for Slpsts
impl Send for Slpsts
impl Sync for Slpsts
impl Unpin for Slpsts
impl UnwindSafe for Slpsts
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)