Struct efm32gg395_pac::usb::doep4_ctl::DOEP4_CTL_SPEC
source · [−]pub struct DOEP4_CTL_SPEC;
Expand description
Trait Implementations
sourceimpl Readable for DOEP4_CTL_SPEC
impl Readable for DOEP4_CTL_SPEC
read()
method returns doep4_ctl::R reader structure
sourceimpl RegisterSpec for DOEP4_CTL_SPEC
impl RegisterSpec for DOEP4_CTL_SPEC
sourceimpl Resettable for DOEP4_CTL_SPEC
impl Resettable for DOEP4_CTL_SPEC
reset()
method sets DOEP4_CTL to value 0
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for DOEP4_CTL_SPEC
impl Writable for DOEP4_CTL_SPEC
write(|w| ..)
method takes doep4_ctl::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for DOEP4_CTL_SPEC
impl Send for DOEP4_CTL_SPEC
impl Sync for DOEP4_CTL_SPEC
impl Unpin for DOEP4_CTL_SPEC
impl UnwindSafe for DOEP4_CTL_SPEC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more