|
FSM thermostat
|
Interrupt service routines for the STM32F4 platform. More...
Go to the source code of this file.
Functions | |
| void | SysTick_Handler (void) |
| Interrupt service routine for the System tick timer (SysTick). More... | |
| void | TIM2_IRQHandler (void) |
| Interrupt service routine for the TIM2 timer. More... | |
| void | ADC_IRQHandler (void) |
| Interrupt service routine for all the ADCs. More... | |
| void ADC_IRQHandler | ( | void | ) |
| void SysTick_Handler | ( | void | ) |
Interrupt service routine for the System tick timer (SysTick).
msTicks must be declared volatile! Just because it is modified by a call of an ISR, in order to avoid race conditions . Added to the definition after static.