#[repr(u8)]pub enum Activefsm {
ACTIVEFSM_0 = 0,
ACTIVEFSM_1 = 1,
}Variants§
ACTIVEFSM_0 = 0
All PMC finite state machines are idle. OK to set APPLYCFG to trigger the PMC state machines.
ACTIVEFSM_1 = 1
One or more PMC finite state machines are active, do not set APPLYCFG or write to any PDRUNCFG or CTRL register values that are used by the PMC state machines.
Implementations§
Trait Implementations§
Source§impl Ord for Activefsm
impl Ord for Activefsm
Source§impl PartialOrd for Activefsm
impl PartialOrd for Activefsm
impl Copy for Activefsm
impl Eq for Activefsm
impl StructuralPartialEq for Activefsm
Auto Trait Implementations§
impl Freeze for Activefsm
impl RefUnwindSafe for Activefsm
impl Send for Activefsm
impl Sync for Activefsm
impl Unpin for Activefsm
impl UnwindSafe for Activefsm
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