pub type USB_ERROR_INTERRUPT_ENABLE_W<'a, const O: u8> = BitWriter<'a, u32, USBINTR_SPEC, bool, O>;
Expand description

Field usb_error_interrupt_enable writer - USB Error Interrupt Enable

When this bit is 1, and the USBERRINT bit in the USBSTS register is 1,the host controller will issue an interrupt at the next interrupt threshold.

The interrupt is acknowledged by software clearing the USBERRINT bit.

Aliased Type§

struct USB_ERROR_INTERRUPT_ENABLE_W<'a, const O: u8> { /* private fields */ }