CosW

Type Alias CosW 

pub type CosW<'a, REG> = BitWriter<'a, REG, Cos>;
Expand description

Field COS writer - Comparator Output Select

Aliased Type§

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

Implementations§

§

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

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

Set CMPO to equal COUT (filtered comparator output).

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

Set CMPO to equal COUTA (unfiltered comparator output).