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

Field over_current_indicator writer - This bit reports overcurrent conditions when the global reporting is implemented. When set, an overcurrent condition exists. When cleared, all power operations are normal. If per-port overcurrent protection is implemented this bit is always ‘0’

Aliased Type§

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