Struct d1_pac::usb1::ohci_memory_pointer_partition::hc_done_head::W
source · pub struct W(/* private fields */);
Expand description
Register hc_done_head
writer
Implementations§
source§impl W
impl W
sourcepub fn dh_31_4(&mut self) -> DH_31_4_W<'_, 4>
pub fn dh_31_4(&mut self) -> DH_31_4_W<'_, 4>
Bits 4:31 - When a TD is completed, HC writes the content of HcDoneHead to the NextTD field of the TD. HC then overwrites the content of HcDoneHead with the address of this TD. This is set to zero whenever HC writes the content of this register to HCCA. It also sets the WritebackDoneHead of HcInterruptStatus.
Methods from Deref<Target = W<HC_DONE_HEAD_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