Type Alias d1_pac::usb1::ehci_operational::usbsts::HOST_SYSTEM_ERROR_R

source ·
pub type HOST_SYSTEM_ERROR_R = BitReader<bool>;
Expand description

Field host_system_error reader - Host System Error

The Host Controller set this bit to 1 when a serious error occurs during a host system access involving the Host Controller module. When this error occurs, the Host Controller clears the Run/Stop bit in the Command register to prevent further execution of the scheduled TDs.

Aliased Type§

struct HOST_SYSTEM_ERROR_R { /* private fields */ }