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