pub type SUSPENDED_W<'a, REG> = BitWriter1C<'a, REG>;
Expand description

Field SUSPENDED writer - Bus in suspended state. Valid for device and host. Host and device will go into suspend if neither Keep Alive / SOF frames are enabled.

Aliased Type§

struct SUSPENDED_W<'a, REG> { /* private fields */ }