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