pub type POWER_ON_TO_POWER_GOOD_TIME_W<'a, const O: u8> = FieldWriter<'a, u32, HC_RH_DESCRIPTOR_A_SPEC, u8, u8, 8, O>;
Expand description

Field power_on_to_power_good_time writer - PowerOnToPowerGoodTime[POTPGT]

This byte specifies the duration HCD has to wait before accessing a powered-on port of the Root Hub. It is implementation-specific. The unit of time is 2 ms. The duration is calculated as POTPGT * 2ms.

Aliased Type§

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