Type Alias COM1B_W

Source
pub type COM1B_W<'a, REG> = FieldWriter<'a, REG, 2, COM1B_A, Safe>;
Expand description

Field COM1B writer - Comparator B Output Mode

Aliased Type§

struct COM1B_W<'a, REG> { /* private fields */ }

Implementations§

Source§

impl<'a, REG> COM1B_W<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

Source

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

Normal port operation, OCix disconnected

Source

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

Toggle OCix on Compare Match

Source

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

Clear OCix on Compare Match

Source

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

Set OCix on Compare Match