Struct stm32f103xx::TIM2[][src]

pub struct TIM2 { /* fields omitted */ }
[]

General purpose timer

Methods

impl TIM2
[src]
[]

[]

Returns a pointer to the register block

Trait Implementations

impl Send for TIM2
[src]

impl Deref for TIM2
[src]
[+]

The resulting type after dereferencing.

[]

Dereferences the value.

Auto Trait Implementations

impl !Sync for TIM2