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