pub type COFOA_W<'a, const O: u8> = FieldWriterSafe<'a, u32, CC3_CTRL_SPEC, u8, COFOA_A, 2, O>;
Expand description

Field COFOA writer - Counter Overflow Output Action

Implementations§

source§

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

source

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

No action on counter overflow

source

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

Toggle output on counter overflow

source

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

Clear output on counter overflow

source

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

Set output on counter overflow