Type Alias rp2040_pac::adc::cs::START_ONCE_W

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

Field START_ONCE writer - Start a single conversion. Self-clearing. Ignored if start_many is asserted.

Aliased Type§

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