|
Stima V4 Slave RAIN
4.2
|
CallBack Freertos and Handler base system function. More...
#include "FreeRTOS.h"#include "task.h"#include "drivers/module_slave_hal.hpp"#include "STM32LowPower.h"#include <IWatchdog.h>Go to the source code of this file.
Functions | |
| void | hard_fault_isr () |
| void | HardFault_Handler () |
| void | bus_fault_isr () |
| void | BusFault_Handler () |
| void | usage_fault_isr () |
| void | UsageFault_Handler () |
| void | MemManage_fault_isr () |
| void | MemManage_Handler () |
CallBack Freertos and Handler base system function.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. http://www.gnu.org/licenses/.
Definition in file freeRTOS_callback.cpp.
| void bus_fault_isr | ( | ) |
Bus fault - blink five short flashes every two seconds
Definition at line 183 of file freeRTOS_callback.cpp.
| void BusFault_Handler | ( | ) |
Bus fault - blink five short flashes every two seconds
Definition at line 191 of file freeRTOS_callback.cpp.
| void hard_fault_isr | ( | ) |
Hard fault - blink four short flash every two seconds
Definition at line 166 of file freeRTOS_callback.cpp.
| void HardFault_Handler | ( | ) |
Hard fault - blink four short flash every two seconds
Definition at line 174 of file freeRTOS_callback.cpp.
| void MemManage_fault_isr | ( | ) |
Usage fault - blink six short flashes every two seconds
Definition at line 217 of file freeRTOS_callback.cpp.
| void MemManage_Handler | ( | ) |
Usage fault - blink six short flashes every two seconds
Definition at line 225 of file freeRTOS_callback.cpp.
| void usage_fault_isr | ( | ) |
Usage fault - blink six short flashes every two seconds
Definition at line 200 of file freeRTOS_callback.cpp.
| void UsageFault_Handler | ( | ) |
Usage fault - blink six short flashes every two seconds
Definition at line 208 of file freeRTOS_callback.cpp.