custom-board-bundle-sample-.../firmware/controllers/system/signal_executor_gpt.c

29 lines
541 B
C

/**
* @file signal_executor_gpt.c
*
* @date Apr 14, 2014
* @author Andrey Belomutskiy, (c) 2012-2014
*
* 32 bit timers in stm32f4: TIM2, TIM5
*
* Output resolution in general is discussed @ http://rusefi.com/forum/viewtopic.php?t=2
*/
//#include "main.h"
//static void gptCallback(GPTDriver *gptp) {
//
//}
//
//static const GPTConfig gpt3cfg = {
// 60000000, /* 60 MHz timer clock.*/
// gpt3cb /* Timer callback.*/
//};
//
//void initGptExecutor(void) {
//
// gptStart(&GPTD5, &gptCfg);
//
//}
//