pub type SCHEDULING_OVERRUN_COUNT_R = FieldReader<u8, u8>;
Expand description

Field scheduling_overrun_count reader - SchedulingOverrunCoun

These bits are incremented on each scheduling overrun error. It is initialized to 00b and wraps around at 11b. This will be incremented when a scheduling overrun is detected even if SchedulingOverrun in has already been set. This is used by HCD to monitor any persistent scheduling problem.

Aliased Type§

struct SCHEDULING_OVERRUN_COUNT_R { /* private fields */ }