InvtW

Type Alias InvtW 

pub type InvtW<'a, REG> = BitWriter<'a, REG, Invt>;
Expand description

Field INVT writer - Comparator invert

Aliased Type§

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

Implementations§

§

impl<'a, REG> InvtW<'a, REG>
where REG: Writable + RegisterSpec,

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

Does not invert the comparator output.

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

Inverts the comparator output.