HiveMind
Macros | Variables
freertos_platform_config.h File Reference
#include <stdint.h>
Include dependency graph for freertos_platform_config.h:

Go to the source code of this file.

Macros

#define USE_FreeRTOS_HEAP_3
 
#define configCPU_CLOCK_HZ   (SystemCoreClock)
 
#define configTICK_RATE_HZ   ((TickType_t)1000)
 
#define vPortSVCHandler   SVC_Handler
 
#define xPortPendSVHandler   PendSV_Handler
 
#define xPortSysTickHandler   SysTick_Handler
 

Variables

uint32_t SystemCoreClock
 

Macro Definition Documentation

◆ configCPU_CLOCK_HZ

#define configCPU_CLOCK_HZ   (SystemCoreClock)

◆ configTICK_RATE_HZ

#define configTICK_RATE_HZ   ((TickType_t)1000)

◆ USE_FreeRTOS_HEAP_3

#define USE_FreeRTOS_HEAP_3

◆ vPortSVCHandler

#define vPortSVCHandler   SVC_Handler

◆ xPortPendSVHandler

#define xPortPendSVHandler   PendSV_Handler

◆ xPortSysTickHandler

#define xPortSysTickHandler   SysTick_Handler

Variable Documentation

◆ SystemCoreClock

uint32_t SystemCoreClock