Struct atsamd51n::usb::device::device_endpoint::epstatusset::W
source · [−]pub struct W(_);
Expand description
Register EPSTATUSSET
writer
Implementations
sourceimpl W
impl W
sourcepub fn stallrq0(&mut self) -> STALLRQ0_W<'_>
pub fn stallrq0(&mut self) -> STALLRQ0_W<'_>
Bit 4 - Stall 0 Request Set
sourcepub fn stallrq1(&mut self) -> STALLRQ1_W<'_>
pub fn stallrq1(&mut self) -> STALLRQ1_W<'_>
Bit 5 - Stall 1 Request Set
Methods from Deref<Target = W<EPSTATUSSET_SPEC>>
Trait Implementations
sourceimpl From<W<EPSTATUSSET_SPEC>> for W
impl From<W<EPSTATUSSET_SPEC>> for W
sourcefn from(writer: W<EPSTATUSSET_SPEC>) -> Self
fn from(writer: W<EPSTATUSSET_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
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