Type Alias TIM3

Source
pub type TIM3 = Periph<RegisterBlock, 0x4000_0400>;
Expand description

General purpose timer

See peripheral structure

Aliased Type§

struct TIM3 { /* private fields */ }

Trait Implementations§

Source§

impl Debug for TIM3

Source§

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

Formats the value using the given formatter. Read more