pub struct W(/* private fields */);Expand description
Register INTSETSTAT writer
Implementations§
Source§impl W
impl W
Sourcepub fn ep_set_int(&mut self) -> EP_SET_INT_W<'_>
pub fn ep_set_int(&mut self) -> EP_SET_INT_W<'_>
Bits 0:9 - If software writes a one to one of these bits, the corresponding USB interrupt status bit is set. When this register is read, the same value as the USB interrupt status register is returned.
Sourcepub fn frame_set_int(&mut self) -> FRAME_SET_INT_W<'_>
pub fn frame_set_int(&mut self) -> FRAME_SET_INT_W<'_>
Bit 30 - If software writes a one to one of these bits, the corresponding USB interrupt status bit is set. When this register is read, the same value as the USB interrupt status register is returned.
Sourcepub fn dev_set_int(&mut self) -> DEV_SET_INT_W<'_>
pub fn dev_set_int(&mut self) -> DEV_SET_INT_W<'_>
Bit 31 - If software writes a one to one of these bits, the corresponding USB interrupt status bit is set. When this register is read, the same value as the USB interrupt status register is returned.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnsafeUnpin for W
impl UnwindSafe for W
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more