File FreeRTOSCallbacks.cpp
FileList > demo-projets > stm32 > src > FreeRTOSCallbacks.cpp
Go to the source code of this file.
#include "stm32f1xx_hal.h"#include "stm32f1xx_ll_utils.h"#include "Bsp.hpp"#include "FreeRTOS.h"#include "task.h"
Public Static Attributes
| Type | Name |
|---|---|
| StackType_t | idleTaskStack |
| StaticTask_t | idleTaskStruct |
Public Functions
| Type | Name |
|---|---|
| void | _exit () |
| void | vApplicationGetIdleTaskMemory (StaticTask_t ** ppxIdleTaskTCBBuffer, StackType_t ** ppxIdleTaskStackBuffer, uint32_t * pulIdleTaskStackSize) |
| void | vApplicationStackOverflowHook (TaskHandle_t xTask, signed char * pcTaskName) |
| void | vApplicationTickHook () |
Public Static Attributes Documentation
variable idleTaskStack
StackType_t idleTaskStack[configMINIMAL_STACK_SIZE];
variable idleTaskStruct
StaticTask_t idleTaskStruct;
Public Functions Documentation
function _exit
void _exit ()
function vApplicationGetIdleTaskMemory
void vApplicationGetIdleTaskMemory (
StaticTask_t ** ppxIdleTaskTCBBuffer,
StackType_t ** ppxIdleTaskStackBuffer,
uint32_t * pulIdleTaskStackSize
)
function vApplicationStackOverflowHook
void vApplicationStackOverflowHook (
TaskHandle_t xTask,
signed char * pcTaskName
)
function vApplicationTickHook
void vApplicationTickHook ()
The documentation for this class was generated from the following file demo-projets/stm32/src/FreeRTOSCallbacks.cpp