pub type REMOTE_WAKEUP_ENABLE_R = BitReader<bool>;
Expand description

Field remote_wakeup_enable reader - This bit is used by HCD to enable or disable the remote wakeup feature upon the detection of upstream resume signaling. When this bit is set and the ResumeDetected bit in HcInterruptStatus is set, a remote wakeup is signaled to the host system. Setting this bit has no impact on the generation of hardware interrupt.

Aliased Type§

struct REMOTE_WAKEUP_ENABLE_R { /* private fields */ }