pub type INTERRUPT_ON_ASYNC_ADVANCE_ENABLE_R = BitReader<bool>;
Expand description

Field interrupt_on_async_advance_enable reader - Interrupt on Async Advance Enable

When this bit is 1, and the Interrupt on Async Advance 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 Interrupt on Async Advance bit.

Aliased Type§

struct INTERRUPT_ON_ASYNC_ADVANCE_ENABLE_R { /* private fields */ }