pub struct PMU_W<'a> { /* private fields */ }
Expand description
Field pmu
writer - Allow pmu to shutdown gate unit connected to pll output
After the clock output by PLL, there is a gate control unit. This register configuration is used to indicate whether this unit is allowed to be shut down by the PMU.
Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for PMU_W<'a>
impl<'a> Send for PMU_W<'a>
impl<'a> Sync for PMU_W<'a>
impl<'a> Unpin for PMU_W<'a>
impl<'a> !UnwindSafe for PMU_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