pub type CPCDIS_W<'a, const O: u8> = BitWriter<'a, u32, WAVEFORM_CMR_ALT_SPEC, CPCDISSELECT_A, O>;
Expand description

Field CPCDIS writer - Counter Clock Disable with RC Compare

Implementations§

source§

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

source

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

Counter clock is not disabled when counter reaches RC.

source

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

Counter clock is disabled when counter reaches RC.