Struct d1_pac::usb1::ohci_frame_counter_partition::hc_ls_threshold::R
source · pub struct R(/* private fields */);
Expand description
Register hc_ls_threshold
reader
Implementations§
source§impl R
impl R
sourcepub fn ls_threshold(&self) -> LS_THRESHOLD_R
pub fn ls_threshold(&self) -> LS_THRESHOLD_R
Bits 0:11 - LSThreshold
This field contains a value which is compared to the FrameRemaining field prior to initiating a Low Speed transaction. The transaction is started only if FrameRemaining this field. The value is calculated by HCD with the consideration of transmission and setup overhead.
Methods from Deref<Target = R<HC_LS_THRESHOLD_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