Struct d1_pac::usb1::ohci_frame_counter_partition::hc_ls_threshold::W
source · pub struct W(/* private fields */);
Expand description
Register hc_ls_threshold
writer
Implementations§
source§impl W
impl W
sourcepub fn ls_threshold(&mut self) -> LS_THRESHOLD_W<'_, 0>
pub fn ls_threshold(&mut self) -> LS_THRESHOLD_W<'_, 0>
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 = W<HC_LS_THRESHOLD_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