Struct w806_pac::rcc::adapt_mask::ADAPT_MASK_SPEC
source · [−]pub struct ADAPT_MASK_SPEC;
Expand description
Adaptive clock configuration mask
The chip adaptively turns off the clock of some functional modules according to the transition of some internal states.
Please do not change the configuration, otherwise it may cause system abnormality when configuring PMU function.
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see adapt_mask module
Trait Implementations
sourceimpl Readable for ADAPT_MASK_SPEC
impl Readable for ADAPT_MASK_SPEC
read()
method returns adapt_mask::R reader structure
sourceimpl RegisterSpec for ADAPT_MASK_SPEC
impl RegisterSpec for ADAPT_MASK_SPEC
sourceimpl Resettable for ADAPT_MASK_SPEC
impl Resettable for ADAPT_MASK_SPEC
reset()
method sets adapt_mask to value 0x7e
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for ADAPT_MASK_SPEC
impl Writable for ADAPT_MASK_SPEC
write(|w| ..)
method takes adapt_mask::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for ADAPT_MASK_SPEC
impl Send for ADAPT_MASK_SPEC
impl Sync for ADAPT_MASK_SPEC
impl Unpin for ADAPT_MASK_SPEC
impl UnwindSafe for ADAPT_MASK_SPEC
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