#[repr(u8)]pub enum Applycfg {
APPLYCFG_0 = 0,
APPLYCFG_1 = 1,
}Variants§
APPLYCFG_0 = 0
Always reads 0. Write 0 has no effect
APPLYCFG_1 = 1
Write 1 = initiate update sequencing of PMC state machines
Implementations§
Trait Implementations§
Source§impl Ord for Applycfg
impl Ord for Applycfg
Source§impl PartialOrd for Applycfg
impl PartialOrd for Applycfg
impl Copy for Applycfg
impl Eq for Applycfg
impl StructuralPartialEq for Applycfg
Auto Trait Implementations§
impl Freeze for Applycfg
impl RefUnwindSafe for Applycfg
impl Send for Applycfg
impl Sync for Applycfg
impl Unpin for Applycfg
impl UnwindSafe for Applycfg
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