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