CsR

Type Alias CsR 

pub type CsR = BitReader<Cs>;
Expand description

Field CS reader - Clock Source

Aliased Type§

pub struct CsR { /* private fields */ }

Implementations§

§

impl CsR

pub const fn variant(&self) -> Cs

Get enumerated values variant

pub fn is_0(&self) -> bool

Digital filters are clocked by the bus clock.

pub fn is_1(&self) -> bool

Digital filters are clocked by the LPO clock.