pub enum CPU_A {
ALLOW,
DISALLOW,
}
Expand description
Cpu domain allow adaptive clock configurations
Indicates whether the clock supplied to the CPU clock domain (including CPU, bus1, ROM, SRAM) can be turned off adaptively.
When the CPU needs to enter the WFI state, do not set the adaptive shutdown.
Value on reset: 1
Variants
ALLOW
0: Allow adaptive shutdown and opening.
DISALLOW
1: Disallow adaptive shutdown and opening.
Trait Implementations
impl Copy for CPU_A
impl StructuralPartialEq for CPU_A
Auto Trait Implementations
impl RefUnwindSafe for CPU_A
impl Send for CPU_A
impl Sync for CPU_A
impl Unpin for CPU_A
impl UnwindSafe for CPU_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more