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

Field scheduling_overrun writer - SchedulingOverrun

This bit is set when the USB schedule for the current Frame overruns and after the update of. A scheduling overrun will also cause the SchedulingOverrunCount of to be incremented.

Aliased Type§

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