Type Alias CRS

Source
pub type CRS = Periph<RegisterBlock, 0x4000_6000>;
Expand description

Clock recovery system

See peripheral structure

Aliased Type§

struct CRS { /* private fields */ }

Trait Implementations§

Source§

impl Debug for CRS

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more