Struct d1_pac::usb1::ohci_memory_pointer_partition::hc_period_current_ed::W
source · pub struct W(/* private fields */);
Expand description
Register hc_period_current_ed
writer
Implementations§
source§impl W
impl W
sourcepub fn pced_31_4(&mut self) -> PCED_31_4_W<'_, 4>
pub fn pced_31_4(&mut self) -> PCED_31_4_W<'_, 4>
Bits 4:31 - This is used by HC to point to the head of one of the Periodec list which will be processed in the current Frame. The content of this register is updated by HC after a periodic ED has been processed. HCD may read the content in determining which ED is currently being processed at the time of reading.
Methods from Deref<Target = W<HC_PERIOD_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