Struct d1_pac::usb1::ohci_control_status_partition::hc_interrupt_disable::R
source · pub struct R(/* private fields */);
Expand description
Register hc_interrupt_disable
reader
Implementations§
source§impl R
impl R
sourcepub fn scheduling_overrun(&self) -> SCHEDULING_OVERRUN_R
pub fn scheduling_overrun(&self) -> SCHEDULING_OVERRUN_R
Bit 0 - SchedulingOverrun Interrupt Disable
sourcepub fn writeback_done_head(&self) -> WRITEBACK_DONE_HEAD_R
pub fn writeback_done_head(&self) -> WRITEBACK_DONE_HEAD_R
Bit 1 - WritebackDoneHead Interrupt Disable
sourcepub fn start_of_frame(&self) -> START_OF_FRAME_R
pub fn start_of_frame(&self) -> START_OF_FRAME_R
Bit 2 - StartofFrame Interrupt Disable
sourcepub fn resume_detected(&self) -> RESUME_DETECTED_R
pub fn resume_detected(&self) -> RESUME_DETECTED_R
Bit 3 - ResumeDetected Interrupt Disable
sourcepub fn unrecoverable_error(&self) -> UNRECOVERABLE_ERROR_R
pub fn unrecoverable_error(&self) -> UNRECOVERABLE_ERROR_R
Bit 4 - UnrecoverableError Interrupt Disable
sourcepub fn frame_number_overflow(&self) -> FRAME_NUMBER_OVERFLOW_R
pub fn frame_number_overflow(&self) -> FRAME_NUMBER_OVERFLOW_R
Bit 5 - FrameNumberOverflow Interrupt Disable
sourcepub fn root_hub_status_change(&self) -> ROOT_HUB_STATUS_CHANGE_R
pub fn root_hub_status_change(&self) -> ROOT_HUB_STATUS_CHANGE_R
Bit 6 - RootHubStatusChange Interrupt Disable
sourcepub fn master_interrupt_disable(&self) -> MASTER_INTERRUPT_DISABLE_R
pub fn master_interrupt_disable(&self) -> MASTER_INTERRUPT_DISABLE_R
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 = R<HC_INTERRUPT_DISABLE_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