Struct d1_pac::usb1::ohci_control_status_partition::hc_interrupt_disable::W
source · pub struct W(/* private fields */);
Expand description
Register hc_interrupt_disable
writer
Implementations§
source§impl W
impl W
sourcepub fn scheduling_overrun(&mut self) -> SCHEDULING_OVERRUN_W<'_, 0>
pub fn scheduling_overrun(&mut self) -> SCHEDULING_OVERRUN_W<'_, 0>
Bit 0 - SchedulingOverrun Interrupt Disable
sourcepub fn writeback_done_head(&mut self) -> WRITEBACK_DONE_HEAD_W<'_, 1>
pub fn writeback_done_head(&mut self) -> WRITEBACK_DONE_HEAD_W<'_, 1>
Bit 1 - WritebackDoneHead Interrupt Disable
sourcepub fn start_of_frame(&mut self) -> START_OF_FRAME_W<'_, 2>
pub fn start_of_frame(&mut self) -> START_OF_FRAME_W<'_, 2>
Bit 2 - StartofFrame Interrupt Disable
sourcepub fn resume_detected(&mut self) -> RESUME_DETECTED_W<'_, 3>
pub fn resume_detected(&mut self) -> RESUME_DETECTED_W<'_, 3>
Bit 3 - ResumeDetected Interrupt Disable
sourcepub fn unrecoverable_error(&mut self) -> UNRECOVERABLE_ERROR_W<'_, 4>
pub fn unrecoverable_error(&mut self) -> UNRECOVERABLE_ERROR_W<'_, 4>
Bit 4 - UnrecoverableError Interrupt Disable
sourcepub fn frame_number_overflow(&mut self) -> FRAME_NUMBER_OVERFLOW_W<'_, 5>
pub fn frame_number_overflow(&mut self) -> FRAME_NUMBER_OVERFLOW_W<'_, 5>
Bit 5 - FrameNumberOverflow Interrupt Disable
sourcepub fn root_hub_status_change(&mut self) -> ROOT_HUB_STATUS_CHANGE_W<'_, 6>
pub fn root_hub_status_change(&mut self) -> ROOT_HUB_STATUS_CHANGE_W<'_, 6>
Bit 6 - RootHubStatusChange Interrupt Disable
sourcepub fn master_interrupt_disable(&mut self) -> MASTER_INTERRUPT_DISABLE_W<'_, 31>
pub fn master_interrupt_disable(&mut self) -> MASTER_INTERRUPT_DISABLE_W<'_, 31>
Bit 31 - MasterInterruptEnable
A ‘0’ writtern to this field is ignored by HC. A ‘1’ written to this field disables interrupt generation due to events specified in the other bits of this register. This field is set after a hardware or software reset.
Methods from Deref<Target = W<HC_INTERRUPT_DISABLE_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