pub type PORT_CHANGE_INTERRUPT_ENABLE_R = BitReader<bool>;
Expand description

Field port_change_interrupt_enable reader - Port Change Interrupt Enable

When this bit is 1, and the Port Chang Detect bit in the USBSTS register is 1, the host controller will issue an interrupt. The interrupt is acknowledged by software clearing the Port Chang Detect bit.

Aliased Type§

struct PORT_CHANGE_INTERRUPT_ENABLE_R { /* private fields */ }