![]() |
Imt.Base C++ API V4.1.1.0
|
#include <Imt.Base.OS.FreeRTOS/RuntimeConfig.h>Go to the source code of this file.
Macros | |
| #define | configMAX_TASK_NAME_LEN 16 |
| A FreeRTOS configuration file template prepared for Imt.Base Dataflow Runtime. | |
| #define | configPRIO_BITS 4 |
| #define | configKERNEL_INTERRUPT_PRIORITY 255 |
| Interrupt priorities, dependent on processor and application. | |
| #define | configMAX_SYSCALL_INTERRUPT_PRIORITY 191 |
| #define | configTICK_RATE_HZ 1000 |
| Systick configuration. | |
| #define | configCPU_CLOCK_HZ 8000000 |
| #define | configUSE_PREEMPTION 0 |
| #define | vPortSVCHandler SVC_Handler |
| #define | xPortPendSVHandler PendSV_Handler |
| #define configCPU_CLOCK_HZ 8000000 |
Definition at line 34 of file FreeRTOSConfig.h.
| #define configKERNEL_INTERRUPT_PRIORITY 255 |
Interrupt priorities, dependent on processor and application.
Definition at line 27 of file FreeRTOSConfig.h.
| #define configMAX_SYSCALL_INTERRUPT_PRIORITY 191 |
Definition at line 30 of file FreeRTOSConfig.h.
| #define configMAX_TASK_NAME_LEN 16 |
A FreeRTOS configuration file template prepared for Imt.Base Dataflow Runtime.
See https://www.freertos.org/a00110.html for more configurations.
Definition at line 19 of file FreeRTOSConfig.h.
| #define configPRIO_BITS 4 |
Definition at line 22 of file FreeRTOSConfig.h.
| #define configTICK_RATE_HZ 1000 |
Systick configuration.
Definition at line 33 of file FreeRTOSConfig.h.
| #define configUSE_PREEMPTION 0 |
Definition at line 40 of file FreeRTOSConfig.h.
| #define vPortSVCHandler SVC_Handler |
Definition at line 44 of file FreeRTOSConfig.h.
| #define xPortPendSVHandler PendSV_Handler |
Definition at line 45 of file FreeRTOSConfig.h.