snickerdoodle Platform Controller
firmware for STM32F0 platform controller
sd_tim.h
Go to the documentation of this file.
1 
46 #ifndef __SD_TIM_H
47 #define __SD_TIM_H
48 #ifdef __cplusplus
49  extern "C" {
50 #endif
51 
62 extern TIM_HandleTypeDef htim7;
72 void sd_tim7_init (void);
73 void TIM7_IRQHandler (void);
79 #ifdef __cplusplus
80 }
81 #endif
82 #else
83 #error "Multiple inclusion of sd_tim.h"
84 #endif /*__SD_TIM_H */
85 
void TIM7_IRQHandler(void)
Timer 7 Interrupt Handler This function handles TIM7 global interrupt.
Definition: sd_interrupt.c:129
TIM_HandleTypeDef htim7
Definition: sd_tim.c:67
void sd_tim7_init(void)
Timer 7 Initialization.
Definition: sd_tim.c:82