pub type INTERRUPT_ON_ASYNC_ADVANCE_R = BitReader<bool>;
Expand description

Field interrupt_on_async_advance reader - Interrupt on Async Advance

System software can force the host controller to issue an interrupt the next time the host controller advances the asynchronous schedule by writing a one to the Interrupt on Async Advance Doorbell bit in the USBCMD register. This status bit indicates the assertion of that interrupt source.

Aliased Type§

struct INTERRUPT_ON_ASYNC_ADVANCE_R { /* private fields */ }