pub type UNRECOVERABLE_ERROR_W<'a, const O: u8> = BitWriter<'a, u32, HC_INTERRUPT_STATUS_SPEC, bool, O>;
Expand description

Field unrecoverable_error writer - UnrecoverableError

This bit is set when HC detects a system error not related to USB. HC should not proceed with any processing nor signaling before the system error has been corrected. HCD clears this bit after HC has been reset.

Aliased Type§

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