Struct d1_pac::usb1::ohci_frame_counter_partition::hc_periodic_start::R
source · pub struct R(/* private fields */);
Expand description
Register hc_periodic_start
reader
Implementations§
source§impl R
impl R
sourcepub fn periodic_start(&self) -> PERIODIC_START_R
pub fn periodic_start(&self) -> PERIODIC_START_R
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 = R<HC_PERIODIC_START_SPEC>>§
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 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