pub type WAVE_W<'a, const O: u8> = BitWriter<'a, CMR_CAPTURE_MODE_SPEC, O>;
Expand description

Field WAVE writer - Waveform Mode

Aliased Type§

struct WAVE_W<'a, const O: u8> { /* private fields */ }