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

Field interrupt_on_async_advance writer - 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_W<'a, const O: u8> { /* private fields */ }