Type Alias COM1A_W

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

Field COM1A writer - Compare Output Mode, Bits

Aliased Type§

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

Implementations§

Source§

impl<'a, REG> COM1A_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