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