pub struct R(/* private fields */);Expand description
Register INTSETSTAT reader
Implementations§
Source§impl R
impl R
Sourcepub fn ep_set_int(&self) -> EP_SET_INT_R
pub fn ep_set_int(&self) -> EP_SET_INT_R
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(&self) -> FRAME_SET_INT_R
pub fn frame_set_int(&self) -> FRAME_SET_INT_R
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(&self) -> DEV_SET_INT_R
pub fn dev_set_int(&self) -> DEV_SET_INT_R
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 R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnsafeUnpin for R
impl UnwindSafe for R
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