pub type ASYNCHRONOUS_SCHEDULE_STATUS_R = BitReader<bool>;
Expand description

Field asynchronous_schedule_status reader - Asynchronous Schedule Status

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

Aliased Type§

struct ASYNCHRONOUS_SCHEDULE_STATUS_R { /* private fields */ }