Struct d1_pac::usb1::ohci_memory_pointer_partition::hc_done_head::R
source · pub struct R(/* private fields */);
Expand description
Register hc_done_head
reader
Implementations§
source§impl R
impl R
sourcepub fn dh_3_0(&self) -> DH_3_0_R
pub fn dh_3_0(&self) -> DH_3_0_R
Bits 0:3 - Because the general TD length is 16 bytes, the memory structure for the TD must be aligned to a 16-byte boundary. So the lower bits in the PCED, through bit 0 to bit 3 must be zero in this field.
sourcepub fn dh_31_4(&self) -> DH_31_4_R
pub fn dh_31_4(&self) -> DH_31_4_R
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 = R<HC_DONE_HEAD_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