#[repr(u8)]pub enum SpcLpReq {
ACTIVE = 0,
LOW_POWER = 1,
}Variants§
ACTIVE = 0
SPC is in Active or Sleep mode; the ACTIVE_CFG register has control
LOW_POWER = 1
All power domains requested low-power mode; SPC entered a low-power state; power-mode configuration based on the LP_CFG register
Implementations§
Trait Implementations§
Source§impl Ord for SpcLpReq
impl Ord for SpcLpReq
Source§impl PartialOrd for SpcLpReq
impl PartialOrd for SpcLpReq
impl Copy for SpcLpReq
impl Eq for SpcLpReq
impl StructuralPartialEq for SpcLpReq
Auto Trait Implementations§
impl Freeze for SpcLpReq
impl RefUnwindSafe for SpcLpReq
impl Send for SpcLpReq
impl Sync for SpcLpReq
impl Unpin for SpcLpReq
impl UnwindSafe for SpcLpReq
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