Type Alias COM1B_W

Source
pub type COM1B_W<'a, const O: u8> = FieldWriterSafe<'a, u8, GTCCR_SPEC, u8, COM1B_A, 2, O>;
Expand description

Field COM1B writer - Comparator B Output Mode

Aliased Type§

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

Implementations§

Source§

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

Source

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

Normal port operation, OCix disconnected

Source

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

Toggle OCix on Compare Match

Source

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

Clear OCix on Compare Match

Source

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

Set OCix on Compare Match