Struct swm341_pac::usbd::devcr::DEVCR_SPEC
source · pub struct DEVCR_SPEC;Expand description
Trait Implementations§
source§impl Readable for DEVCR_SPEC
impl Readable for DEVCR_SPEC
read() method returns devcr::R reader structure
source§impl RegisterSpec for DEVCR_SPEC
impl RegisterSpec for DEVCR_SPEC
source§impl Resettable for DEVCR_SPEC
impl Resettable for DEVCR_SPEC
reset() method sets DEVCR to value 0
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl RefUnwindSafe for DEVCR_SPEC
impl Send for DEVCR_SPEC
impl Sync for DEVCR_SPEC
impl Unpin for DEVCR_SPEC
impl UnwindSafe for DEVCR_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