pub type PERIODIC_SCHEDULE_STATUS_R = BitReader<bool>;
Expand description

Field periodic_schedule_status reader - Periodic Schedule Status

The bit reports the current real status of the Periodic Schedule. If this bit is a zero then the status of the Periodic Schedule is disabled. If this bit is a one then the status of the Periodic Schedule is enabled. The Host Controller is not required to disable or enable the Periodic Schedule when software transitions the bit in the USBCMD register. When this bit and the bit are the same value, the Periodic Schedule is either enabled (1) or disabled (0).

Aliased Type§

struct PERIODIC_SCHEDULE_STATUS_R { /* private fields */ }