pub struct W(/* private fields */);
Expand description
Register frindex
writer
Implementations§
source§impl W
impl W
sourcepub fn frame_index(&mut self) -> FRAME_INDEX_W<'_, 0>
pub fn frame_index(&mut self) -> FRAME_INDEX_W<'_, 0>
Bits 0:13 - Frame Index
The value in this register increment at the end of each time frame (e.g. micro-frame). Bits[N:3] are used for the Frame List current index. It means that each location of the frame list is accessed 8 times (frames or Micro-frames) before moving to the next index. The following illustrates values of N based on the value of the Frame List Size field in the USBCMD register.
Methods from Deref<Target = W<FRINDEX_SPEC>>§
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 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