pub type WAVSEL_W<'a, const O: u8> = FieldWriterSafe<'a, CMR_WAVEFORM_MODE_SPEC, 2, O, WAVSELSELECT_A>;
Expand description

Field WAVSEL writer - Waveform Selection

Aliased Type§

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

Implementations§

source§

impl<'a, const O: u8> WAVSEL_W<'a, O>

source

pub fn up(self) -> &'a mut W

UP mode without automatic trigger on RC Compare

source

pub fn updown(self) -> &'a mut W

UPDOWN mode without automatic trigger on RC Compare

source

pub fn up_rc(self) -> &'a mut W

UP mode with automatic trigger on RC Compare

source

pub fn updown_rc(self) -> &'a mut W

UPDOWN mode with automatic trigger on RC Compare