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

Field host_system_error_enable writer - Host System Error Enable

When this bit is 1, and the Host System Error Status bit in the USBSTS register is 1, the host controller will issue an interrupt. The interrupt is acknowledged by software clearing the Host System Error bit.

Aliased Type§

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