Struct d1_pac::usb1::ohci_frame_counter_partition::hc_periodic_start::W
source · pub struct W(/* private fields */);
Expand description
Register hc_periodic_start
writer
Implementations§
source§impl W
impl W
sourcepub fn periodic_start(&mut self) -> PERIODIC_START_W<'_, 0>
pub fn periodic_start(&mut self) -> PERIODIC_START_W<'_, 0>
Bits 0:13 - PeriodicStart
After a hardware reset, this field is cleared. This is then set by HCD during the HC initialization. The value is calculated roughly as 10% off from. A typical value will be 0x2A3F (or 0x3e67). When reaches the value specified, processing of the periodic lists will have priority over Control/Bulk processing. HC will therefore start processing the Interrupt list after completing the current Control or Bulk transaction that is in progress.
Methods from Deref<Target = W<HC_PERIODIC_START_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