pub type ENABLE_W<'a, REG> = BitWriter<'a, REG>;
Expand description

Field ENABLE writer - Enable this endpoint. The device will not reply to any packets for this endpoint if this bit is not set.

Aliased Type§

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