#include "../../src/ISConstants.h"
#include "task.h"
#include "../drivers/d_time.h"
#include "../../../hdw-src/uINS-3/IS_uINS/src/misc/debug_gpio.h"
Go to the source code of this file.
◆ BEGIN_CRITICAL_SECTION
◆ END_CRITICAL_SECTION
◆ GPBR_IDX_G1_TASK
#define GPBR_IDX_G1_TASK 1 |
◆ GPBR_IDX_G2_FILE_NUM
#define GPBR_IDX_G2_FILE_NUM 2 |
◆ GPBR_IDX_G3_LINE_NUM
#define GPBR_IDX_G3_LINE_NUM 3 |
◆ GPBR_IDX_G4_FLASH_MIG
#define GPBR_IDX_G4_FLASH_MIG 4 |
◆ GPBR_IDX_G5_LR
◆ GPBR_IDX_PC
◆ GPBR_IDX_PSR
◆ GPBR_IDX_STATUS
#define GPBR_IDX_STATUS 0 |
◆ RTOS_NUM_TASKS
◆ createTask()
int createTask |
( |
int |
index, |
|
|
pdTASK_CODE |
pxTaskCode, |
|
|
const char *const |
pcName, |
|
|
unsigned short |
usStackDepth, |
|
|
void * |
pvParameters, |
|
|
unsigned portBASE_TYPE |
uxPriority, |
|
|
portTickType |
xTimeIncrement |
|
) |
| |
◆ rtos_monitor()
void rtos_monitor |
( |
int |
numRtosTasks | ) |
|
◆ rtosResetStats()
void rtosResetStats |
( |
void |
| ) |
|
◆ vApplicationIdleHook()
void vApplicationIdleHook |
( |
void |
| ) |
|
◆ vApplicationMallocFailedHook()
void vApplicationMallocFailedHook |
( |
uint32_t |
size, |
|
|
uint32_t |
remaining, |
|
|
uint32_t |
prevLR |
|
) |
| |
◆ vApplicationStackOverflowHook()
void vApplicationStackOverflowHook |
( |
xTaskHandle * |
pxTask, |
|
|
signed char * |
pcTaskName |
|
) |
| |
◆ vApplicationTickHook()
void vApplicationTickHook |
( |
void |
| ) |
|
◆ g_faultFileNumber
uint32_t g_faultFileNumber |
◆ g_faultLineNumber
uint32_t g_faultLineNumber |