Struct nrf52840_pac::power::gpregret::GPREGRET_SPEC
source · pub struct GPREGRET_SPEC;
Expand description
Trait Implementations§
source§impl Readable for GPREGRET_SPEC
impl Readable for GPREGRET_SPEC
read()
method returns gpregret::R reader structure
source§impl RegisterSpec for GPREGRET_SPEC
impl RegisterSpec for GPREGRET_SPEC
source§impl Resettable for GPREGRET_SPEC
impl Resettable for GPREGRET_SPEC
reset()
method sets GPREGRET to value 0
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
source§impl Writable for GPREGRET_SPEC
impl Writable for GPREGRET_SPEC
write(|w| ..)
method takes gpregret::W writer structure
Auto Trait Implementations§
impl Freeze for GPREGRET_SPEC
impl RefUnwindSafe for GPREGRET_SPEC
impl Send for GPREGRET_SPEC
impl Sync for GPREGRET_SPEC
impl Unpin for GPREGRET_SPEC
impl UnwindSafe for GPREGRET_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