Type Alias d1_pac::usb1::ehci_operational::portsc::OVER_CURRENT_ACTIVE_R

source ·
pub type OVER_CURRENT_ACTIVE_R = BitReader<bool>;
Expand description

Field over_current_active reader - Over-current Active

0 = This port does not have an over-current condition

1 = This port currently has an over-current condition

This bit will automatically transition from a one to a zero when the over current condition is removed.

The default value of this bit is ‘0’.

Aliased Type§

struct OVER_CURRENT_ACTIVE_R { /* private fields */ }