Type Alias CPU

Source
pub type CPU = Periph<RegisterBlock, 0x31>;
Expand description

CPU Registers

Aliased Type§

struct CPU { /* private fields */ }

Trait Implementations§

Source§

impl Debug for CPU

Source§

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

Formats the value using the given formatter. Read more