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

Field EN writer - enable
0=not enabled, 1=enabled

Aliased Type§

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