pub type HOST_SYSTEM_ERROR_ENABLE_R = BitReader<bool>;
Expand description

Field host_system_error_enable reader - 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_R { /* private fields */ }