pub struct R { /* private fields */ }Expand description
Value read from the register
Implementations§
Source§impl R
impl R
Sourcepub fn ep_set_int(&self) -> EP_SET_INTR
pub fn ep_set_int(&self) -> EP_SET_INTR
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_INTR
pub fn frame_set_int(&self) -> FRAME_SET_INTR
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_INTR
pub fn dev_set_int(&self) -> DEV_SET_INTR
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.
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin 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