Struct d1_pac::usb1::ohci_memory_pointer_partition::hc_bulk_current_ed::W
source · pub struct W(/* private fields */);
Expand description
Register hc_bulk_current_ed
writer
Implementations§
source§impl W
impl W
sourcepub fn bced_31_4(&mut self) -> BCED_31_4_W<'_, 4>
pub fn bced_31_4(&mut self) -> BCED_31_4_W<'_, 4>
Bits 4:31 - This is advanced to the next ED after the HC has served the present one. HC continues processing the list from where it left off in the last Frame. When it reaches the end of the Bulk list, HC checks the ControlListFilled of HcControl. If set, it copies the content of HcBulkHeadED to HcBulkCurrentED and clears the bit. If it is not set, it does nothing. HCD is only allowed to modify this register when the BulkListEnable of HcControl is cleared. When set, the HCD only reads the instantaneous value of this register. This is initially set to zero to indicate the end of the Bulk list.
Methods from Deref<Target = W<HC_BULK_CURRENT_ED_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