Struct nrf52840_pac::usbd::epdatastatus::EPDATASTATUS_SPEC
source · pub struct EPDATASTATUS_SPEC;
Expand description
Provides information on which endpoint(s) an acknowledged data transfer has occurred (EPDATA event)
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see epdatastatus module
Trait Implementations§
source§impl Readable for EPDATASTATUS_SPEC
impl Readable for EPDATASTATUS_SPEC
read()
method returns epdatastatus::R reader structure
source§impl RegisterSpec for EPDATASTATUS_SPEC
impl RegisterSpec for EPDATASTATUS_SPEC
source§impl Resettable for EPDATASTATUS_SPEC
impl Resettable for EPDATASTATUS_SPEC
reset()
method sets EPDATASTATUS to value 0
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
source§impl Writable for EPDATASTATUS_SPEC
impl Writable for EPDATASTATUS_SPEC
write(|w| ..)
method takes epdatastatus::W writer structure
Auto Trait Implementations§
impl Freeze for EPDATASTATUS_SPEC
impl RefUnwindSafe for EPDATASTATUS_SPEC
impl Send for EPDATASTATUS_SPEC
impl Sync for EPDATASTATUS_SPEC
impl Unpin for EPDATASTATUS_SPEC
impl UnwindSafe for EPDATASTATUS_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