Type Alias d1_pac::usb1::ehci_operational::usbsts::HC_HALTED_R

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

Field hc_halted reader - HC Halted

This bit is a zero whenever the Run/Stop bit is a one. The Host Controller Sets this bit to one after it has stopped executing as a result of the Run/Stop bit being set to 0, either by software or by the Host Controller Hardware (e.g. internal error).

The default value is ‘1’

Aliased Type§

struct HC_HALTED_R { /* private fields */ }