Struct stm32f103xx::TIM1
[−]
[src]
pub struct TIM1 { /* fields omitted */ }
Advanced timer
Methods
impl TIM1
[src]
pub fn ptr() -> *const RegisterBlock
[src]
Returns a pointer to the register block
Trait Implementations
impl Send for TIM1
[src]
impl Deref for TIM1
[src]
type Target = RegisterBlock
The resulting type after dereferencing.
fn deref(&self) -> &RegisterBlock
[src]
Dereferences the value.