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