pub struct CPU_W<'a> { /* private fields */ }
Expand description
Field cpu
writer - 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.
Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for CPU_W<'a>
impl<'a> Send for CPU_W<'a>
impl<'a> Sync for CPU_W<'a>
impl<'a> Unpin for CPU_W<'a>
impl<'a> !UnwindSafe for CPU_W<'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