pub type REMOTE_WAKEUP_CONNECTED_R = BitReader<bool>;
Expand description

Field remote_wakeup_connected reader - This bit indicates whether HC supports remote wakeup signaling. If remote wakeup is supported and used by the system, it is the responsibility of system firmware to set this bit during POST. HC clear the bit upon a hardware reset but does not alter it upon a software reset. Remote wakeup signaling of the host system is host-bus-specific and is not described in this specification.

Aliased Type§

struct REMOTE_WAKEUP_CONNECTED_R { /* private fields */ }