Type Alias STK

Source
pub type STK = Periph<RegisterBlock, 0xe000_e010>;
Expand description

SysTick timer

See peripheral structure

Aliased Type§

struct STK { /* private fields */ }

Trait Implementations§

Source§

impl Debug for STK

Source§

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

Formats the value using the given formatter. Read more