CuVoodoo STM32F1 firmware template
|
Macros | |
#define | RTC_DCF77_TIMER TIM4 |
timer peripheral | |
#define | RTC_DCF77_TIMER_RCC RCC_TIM4 |
timer peripheral clock | |
#define | RTC_DCF77_TIMER_MAX_TIME 2200 |
the maximum time in ms the timer can count. More... | |
#define RTC_DCF77_TIMER_MAX_TIME 2200 |
the maximum time in ms the timer can count.
DCF77 have pulses < 2s
Definition at line 42 of file rtc_dcf77.h.