pub type BURST_W<'a, const O: u8> = BitWriter<'a, u32, CONFIG_SPEC, BURST_A, O>;
Expand description

Field BURST writer - Enable burst mode

Implementations

Burst mode is disabled (normal operation)

Burst mode is enabled. SAADC takes 2^OVERSAMPLE number of samples as fast as it can, and sends the average to Data RAM.