Type Alias d1_pac::usb1::ehci_operational::usbcmd::RUN_STOP_W

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

Field run_stop writer - Run/Stop

When set to a 1, the Host Controller proceeds with execution of the schedule. When set to 0, the Host Controller completes the current and any actively pipelined transactions on the USB and then halts. The Host Controller must halt within 16 micro-frames after software clears this bit. The HC Halted bit indicates when the Host Controller has finished its pending pipelined transactions and has entered the stopped state.

Software must not write a one to this field unless the Host Controller is in the Halt State. The default value is 0x0.

Aliased Type§

struct RUN_STOP_W<'a, const O: u8> { /* private fields */ }