Struct d1_pac::usb1::ohci_control_status_partition::hc_interrupt_enable::R
source · pub struct R(/* private fields */);
Expand description
Register hc_interrupt_enable
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 Enable
sourcepub fn writeback_done_head(&self) -> WRITEBACK_DONE_HEAD_R
pub fn writeback_done_head(&self) -> WRITEBACK_DONE_HEAD_R
Bit 1 - WritebackDoneHead Interrupt Enable
sourcepub fn start_of_frame(&self) -> START_OF_FRAME_R
pub fn start_of_frame(&self) -> START_OF_FRAME_R
Bit 2 - StartofFrame Interrupt Enable
sourcepub fn resume_detected(&self) -> RESUME_DETECTED_R
pub fn resume_detected(&self) -> RESUME_DETECTED_R
Bit 3 - ResumeDetected Interrupt Enable
sourcepub fn unrecoverable_error(&self) -> UNRECOVERABLE_ERROR_R
pub fn unrecoverable_error(&self) -> UNRECOVERABLE_ERROR_R
Bit 4 - UnrecoverableError Interrupt Enable
sourcepub fn frame_number_overflow(&self) -> FRAME_NUMBER_OVERFLOW_R
pub fn frame_number_overflow(&self) -> FRAME_NUMBER_OVERFLOW_R
Bit 5 - FrameNumberOverflow Interrupt Enable
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 Enable
sourcepub fn master_interrupt_enable(&self) -> MASTER_INTERRUPT_ENABLE_R
pub fn master_interrupt_enable(&self) -> MASTER_INTERRUPT_ENABLE_R
Bit 31 - MasterInterruptEnable
A ‘0’ writtern to this field is ignored by HC. A ‘1’ written to this field enables interrupt generation due to events specified in the other bits of this register. This is used by HCD as Master Interrupt Enable.
Methods from Deref<Target = R<HC_INTERRUPT_ENABLE_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