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

Field over_current_indicator_change writer - This bit is set by hardware when a change has occurred to the OverCurrentIndicator field of this register. The HCD clears this bit by writing a ‘1’. Writing a ‘0’ has no effect.

Aliased Type§

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