Skip to main content

Timer

Type Alias Timer 

Source
pub type Timer = Periph<RegisterBlock, 0x5200_2000>;
Expand description

Timer module with 3 independent 32-bit timers (v150)

Aliased Type§

pub struct Timer { /* private fields */ }

Trait Implementations§

Source§

impl Debug for Timer

Source§

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

Formats the value using the given formatter. Read more