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

Field port_change_interrupt_enable writer - 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_W<'a, const O: u8> { /* private fields */ }