Struct nrf52840_pac::power::ram::powerclr::POWERCLR_SPEC
source · pub struct POWERCLR_SPEC;
Expand description
Description cluster[n]: RAMn power control clear register
This register you can write_with_zero
, reset
, write
. See API.
For information about available fields see powerclr module
Trait Implementations§
source§impl RegisterSpec for POWERCLR_SPEC
impl RegisterSpec for POWERCLR_SPEC
source§impl Resettable for POWERCLR_SPEC
impl Resettable for POWERCLR_SPEC
reset()
method sets POWERCLR to value 0xffff
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
source§impl Writable for POWERCLR_SPEC
impl Writable for POWERCLR_SPEC
write(|w| ..)
method takes powerclr::W writer structure
Auto Trait Implementations§
impl Freeze for POWERCLR_SPEC
impl RefUnwindSafe for POWERCLR_SPEC
impl Send for POWERCLR_SPEC
impl Sync for POWERCLR_SPEC
impl Unpin for POWERCLR_SPEC
impl UnwindSafe for POWERCLR_SPEC
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more