|
distortos
v0.7.0
object-oriented C++ RTOS for microcontrollers
|
SysTick_Handler() for ARMv6-M and ARMv7-M. More...
#include "distortos/internal/scheduler/getScheduler.hpp"#include "distortos/internal/scheduler/Scheduler.hpp"#include "distortos/architecture/requestContextSwitch.hpp"#include "distortos/chip/CMSIS-proxy.h"#include "distortos/FATAL_ERROR.h"Functions | |
| void | SysTick_Handler () |
| SysTick_Handler() for ARMv6-M and ARMv7-M. More... | |
SysTick_Handler() for ARMv6-M and ARMv7-M.
| void SysTick_Handler | ( | ) |
SysTick_Handler() for ARMv6-M and ARMv7-M.
Tick interrupt of scheduler. This function also checks stack pointer range when this functionality is enabled - if the check fails, FATAL_ERROR() is called.