pub type INTERRUPT_ROUTING_R = BitReader<bool>;
Expand description

Field interrupt_routing reader - InterruptRouting This bit determines the routing of interrupts generated by events registered in HcInterruptStatus. If clear, all interrupt are routed to the normal host bus interrupt mechanism. If set interrupts are routed to the System Management Interrupt. HCD clears this bit upon a hardware reset, but it does not alter this bit upon a software reset. HCD uses this bit as a tag to indicate the ownership of HC.

Aliased Type§

struct INTERRUPT_ROUTING_R { /* private fields */ }