Go to the source code of this file.
◆ configAPPLICATION_ALLOCATED_HEAP
      
        
          | #define configAPPLICATION_ALLOCATED_HEAP   1 | 
        
      
 
 
◆ configASSERT
      
        
          | #define configASSERT | 
          ( | 
           |           x | ) | 
           | 
        
      
 
Value:
void vAssertCalled(char *file, uint32_t line)
 
 
 
 
◆ configCHECK_FOR_STACK_OVERFLOW
      
        
          | #define configCHECK_FOR_STACK_OVERFLOW   1 | 
        
      
 
 
◆ configCPU_CLOCK_HZ
      
        
          | #define configCPU_CLOCK_HZ   ( ( unsigned long ) 18432000) | 
        
      
 
 
◆ configENABLE_BACKWARD_COMPATIBILITY
      
        
          | #define configENABLE_BACKWARD_COMPATIBILITY   1 | 
        
      
 
 
◆ configGENERATE_RUN_TIME_STATS
      
        
          | #define configGENERATE_RUN_TIME_STATS   0 | 
        
      
 
 
◆ configIDLE_SHOULD_YIELD
      
        
          | #define configIDLE_SHOULD_YIELD   0 | 
        
      
 
 
◆ configKERNEL_INTERRUPT_PRIORITY
◆ configMAX_CO_ROUTINE_PRIORITIES
      
        
          | #define configMAX_CO_ROUTINE_PRIORITIES   ( 2 ) | 
        
      
 
 
◆ configMAX_PRIORITIES
      
        
          | #define configMAX_PRIORITIES   ( 6 ) | 
        
      
 
 
◆ configMAX_SYSCALL_INTERRUPT_PRIORITY
      
        
          | #define configMAX_SYSCALL_INTERRUPT_PRIORITY   ( 5 << (8 - configPRIO_BITS) ) | 
        
      
 
 
◆ configMAX_TASK_NAME_LEN
      
        
          | #define configMAX_TASK_NAME_LEN   ( 12 ) | 
        
      
 
 
◆ configMINIMAL_STACK_SIZE
      
        
          | #define configMINIMAL_STACK_SIZE   ( ( unsigned short ) 80 ) | 
        
      
 
 
◆ configPRIO_BITS
      
        
          | #define configPRIO_BITS   5   /* 32 priority levels */ | 
        
      
 
 
◆ configQUEUE_REGISTRY_SIZE
      
        
          | #define configQUEUE_REGISTRY_SIZE   3 | 
        
      
 
 
◆ configSUPPORT_DYNAMIC_ALLOCATION
      
        
          | #define configSUPPORT_DYNAMIC_ALLOCATION   1 | 
        
      
 
 
◆ configTICK_RATE_HZ
      
        
          | #define configTICK_RATE_HZ   ( ( portTickType ) 1000 ) | 
        
      
 
 
◆ configTIMER_QUEUE_LENGTH
      
        
          | #define configTIMER_QUEUE_LENGTH   2 | 
        
      
 
 
◆ configTIMER_TASK_PRIORITY
      
        
          | #define configTIMER_TASK_PRIORITY   5 | 
        
      
 
 
◆ configTIMER_TASK_STACK_DEPTH
      
        
          | #define configTIMER_TASK_STACK_DEPTH   128 | 
        
      
 
 
◆ configTOTAL_HEAP_SIZE
      
        
          | #define configTOTAL_HEAP_SIZE   ( ( size_t ) ( 0x4000 ) ) | 
        
      
 
 
◆ configUSE_16_BIT_TICKS
      
        
          | #define configUSE_16_BIT_TICKS   0 | 
        
      
 
 
◆ configUSE_ALTERNATIVE_API
      
        
          | #define configUSE_ALTERNATIVE_API   0 | 
        
      
 
 
◆ configUSE_APPLICATION_TASK_TAG
      
        
          | #define configUSE_APPLICATION_TASK_TAG   0 | 
        
      
 
 
◆ configUSE_CO_ROUTINES
      
        
          | #define configUSE_CO_ROUTINES   0 | 
        
      
 
 
◆ configUSE_COUNTING_SEMAPHORES
      
        
          | #define configUSE_COUNTING_SEMAPHORES   0 | 
        
      
 
 
◆ configUSE_IDLE_HOOK
      
        
          | #define configUSE_IDLE_HOOK   0 | 
        
      
 
 
◆ configUSE_MALLOC_FAILED_HOOK
      
        
          | #define configUSE_MALLOC_FAILED_HOOK   0 | 
        
      
 
 
◆ configUSE_MUTEXES
      
        
          | #define configUSE_MUTEXES   1 | 
        
      
 
 
◆ configUSE_PORT_OPTIMISED_TASK_SELECTION
      
        
          | #define configUSE_PORT_OPTIMISED_TASK_SELECTION   1 | 
        
      
 
 
◆ configUSE_PREEMPTION
      
        
          | #define configUSE_PREEMPTION   1 | 
        
      
 
 
◆ configUSE_RECURSIVE_MUTEXES
      
        
          | #define configUSE_RECURSIVE_MUTEXES   0 | 
        
      
 
 
◆ configUSE_STATS_FORMATTING_FUNCTIONS
      
        
          | #define configUSE_STATS_FORMATTING_FUNCTIONS   0 | 
        
      
 
 
◆ configUSE_TASK_NOTIFICATIONS
      
        
          | #define configUSE_TASK_NOTIFICATIONS   1 | 
        
      
 
 
◆ configUSE_TICK_HOOK
      
        
          | #define configUSE_TICK_HOOK   0 | 
        
      
 
 
◆ configUSE_TIMERS
      
        
          | #define configUSE_TIMERS   1 | 
        
      
 
 
◆ configUSE_TRACE_FACILITY
      
        
          | #define configUSE_TRACE_FACILITY   1 | 
        
      
 
 
◆ INCLUDE_uxTaskGetStackHighWaterMark
      
        
          | #define INCLUDE_uxTaskGetStackHighWaterMark   1 | 
        
      
 
 
◆ INCLUDE_uxTaskPriorityGet
      
        
          | #define INCLUDE_uxTaskPriorityGet   0 | 
        
      
 
 
◆ INCLUDE_vTaskCleanUpResources
      
        
          | #define INCLUDE_vTaskCleanUpResources   1 | 
        
      
 
 
◆ INCLUDE_vTaskDelay
      
        
          | #define INCLUDE_vTaskDelay   1 | 
        
      
 
 
◆ INCLUDE_vTaskDelayUntil
      
        
          | #define INCLUDE_vTaskDelayUntil   1 | 
        
      
 
 
◆ INCLUDE_vTaskDelete
      
        
          | #define INCLUDE_vTaskDelete   1 | 
        
      
 
 
◆ INCLUDE_vTaskPrioritySet
      
        
          | #define INCLUDE_vTaskPrioritySet   1 | 
        
      
 
 
◆ INCLUDE_vTaskSuspend
      
        
          | #define INCLUDE_vTaskSuspend   1 | 
        
      
 
 
◆ INCLUDE_xTaskGetCurrentTaskHandle
      
        
          | #define INCLUDE_xTaskGetCurrentTaskHandle   1 | 
        
      
 
 
◆ vPortSVCHandler
◆ xPortPendSVHandler
◆ xPortSysTickHandler
◆ vAssertCalled()
      
        
          | void vAssertCalled  | 
          ( | 
          char * |           file,  | 
        
        
           | 
           | 
          uint32_t |           line ) |