Struct atsamd51n::usb::device::device_endpoint::epstatusset::EPSTATUSSET_SPEC
source · [−]pub struct EPSTATUSSET_SPEC;
Expand description
DEVICE_ENDPOINT End Point Pipe Status Set
This register you can write_with_zero
, reset
, write
. See API.
For information about available fields see epstatusset module
Trait Implementations
sourceimpl RegisterSpec for EPSTATUSSET_SPEC
impl RegisterSpec for EPSTATUSSET_SPEC
sourceimpl Resettable for EPSTATUSSET_SPEC
impl Resettable for EPSTATUSSET_SPEC
reset()
method sets EPSTATUSSET to value 0
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for EPSTATUSSET_SPEC
impl Writable for EPSTATUSSET_SPEC
write(|w| ..)
method takes epstatusset::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for EPSTATUSSET_SPEC
impl Send for EPSTATUSSET_SPEC
impl Sync for EPSTATUSSET_SPEC
impl Unpin for EPSTATUSSET_SPEC
impl UnwindSafe for EPSTATUSSET_SPEC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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