Struct d1_pac::usb1::ohci_memory_pointer_partition::hc_control_head_ed::W
source · pub struct W(/* private fields */);
Expand description
Register hc_control_head_ed
writer
Implementations§
source§impl W
impl W
sourcepub fn ehcd_31_4(&mut self) -> EHCD_31_4_W<'_, 4>
pub fn ehcd_31_4(&mut self) -> EHCD_31_4_W<'_, 4>
Bits 4:31 - The HcControlHeadED register contains the physical address of the first Endpoint Descriptor of the Control list. HC traverse the Control list starting with the HcControlHeadED pointer. The content is loaded from HCCA during the initialization of HC.
Methods from Deref<Target = W<HC_CONTROL_HEAD_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