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