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

Field r_device_remote_wakeup_enable_w_set_remote_wakeup_enable writer - (read)DeviceRemoteWakeupEnable

This bit enables a ConnectStatusChange bit as a resume event, causing a USBSUSPEND to USBRESUME state transition and setting the ResumeDetected interrupt.

0 ConnectStatusChange is not a remote wakeup event.

1 ConnectStatusChange is a remote wakeup event.

(write)SetRemoteWakeupEnable

Writing a ‘1’ sets DeviceRemoveWakeupEnable. Writing a ‘0’ has no effect.

Aliased Type§

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