Type Alias d1_pac::usb1::ehci_operational::usbsts::HOST_SYSTEM_ERROR_W

source ·
pub type HOST_SYSTEM_ERROR_W<'a, const O: u8> = BitWriter<'a, u32, USBSTS_SPEC, bool, O>;
Expand description

Field host_system_error writer - 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_W<'a, const O: u8> { /* private fields */ }