Struct w806_pac::pmu::control_register::CONTROL_REGISTER_SPEC
source · [−]pub struct CONTROL_REGISTER_SPEC;Expand description
PMU control register
This register you can read, write_with_zero, reset, write, modify. See API.
For information about available fields see control_register module
Trait Implementations
sourceimpl Readable for CONTROL_REGISTER_SPEC
impl Readable for CONTROL_REGISTER_SPEC
read() method returns control_register::R reader structure
sourceimpl RegisterSpec for CONTROL_REGISTER_SPEC
impl RegisterSpec for CONTROL_REGISTER_SPEC
sourceimpl Resettable for CONTROL_REGISTER_SPEC
impl Resettable for CONTROL_REGISTER_SPEC
reset() method sets control_register to value 0x02
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for CONTROL_REGISTER_SPEC
impl Writable for CONTROL_REGISTER_SPEC
write(|w| ..) method takes control_register::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for CONTROL_REGISTER_SPEC
impl Send for CONTROL_REGISTER_SPEC
impl Sync for CONTROL_REGISTER_SPEC
impl Unpin for CONTROL_REGISTER_SPEC
impl UnwindSafe for CONTROL_REGISTER_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