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

Field BURST writer - Burst Signal Selection

Aliased Type§

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

Implementations§

source§

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

source

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

The clock is not gated by an external signal.

source

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

XC0 is ANDed with the selected clock.

source

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

XC1 is ANDed with the selected clock.

source

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

XC2 is ANDed with the selected clock.