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