Type Alias rp2040_pac::adc::cs::EN_W

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

Field EN writer - Power on ADC and enable its clock.
1 - enabled. 0 - disabled.

Aliased Type§

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