CsW

Type Alias CsW 

pub type CsW<'a, REG> = BitWriter<'a, REG, Cs>;
Expand description

Field CS writer - Clock Source

Aliased Type§

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

Implementations§

§

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

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

Digital filters are clocked by the bus clock.

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

Digital filters are clocked by the LPO clock.