Struct efm32wg942_pac::usb::diep4_dmaaddr::DIEP4_DMAADDR_SPEC
source · [−]pub struct DIEP4_DMAADDR_SPEC;
Expand description
Device IN Endpoint x+1 DMA Address Register
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see diep4_dmaaddr module
Trait Implementations
sourceimpl Readable for DIEP4_DMAADDR_SPEC
impl Readable for DIEP4_DMAADDR_SPEC
read()
method returns diep4_dmaaddr::R reader structure
sourceimpl RegisterSpec for DIEP4_DMAADDR_SPEC
impl RegisterSpec for DIEP4_DMAADDR_SPEC
sourceimpl Resettable for DIEP4_DMAADDR_SPEC
impl Resettable for DIEP4_DMAADDR_SPEC
reset()
method sets DIEP4_DMAADDR to value 0
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for DIEP4_DMAADDR_SPEC
impl Writable for DIEP4_DMAADDR_SPEC
write(|w| ..)
method takes diep4_dmaaddr::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for DIEP4_DMAADDR_SPEC
impl Send for DIEP4_DMAADDR_SPEC
impl Sync for DIEP4_DMAADDR_SPEC
impl Unpin for DIEP4_DMAADDR_SPEC
impl UnwindSafe for DIEP4_DMAADDR_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