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