rp2040_pac::adc::cs

Type Alias 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 */ }