Skip to main content

EnableW

Type Alias EnableW 

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

Field enable writer - Timer enable: 0=disabled; 1=enabled

Aliased Type§

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