pub type USB_ERROR_INTERRUPT_ENABLE_R = BitReader<bool>;
Expand description

Field usb_error_interrupt_enable reader - 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_R { /* private fields */ }