FreeRTOS + 0/21 examples
CodeScope will show references to configUSE_STATS_FORMATTING_FUNCTIONS from the following samples and libraries:
Examples
STM32446E_EVAL
Applications
FreeRTOS
STM32469I-Discovery
Applications
FreeRTOS
STM32469I_EVAL
Applications
FreeRTOS
LwIP
mbedTLS
STM324x9I_EVAL
Applications
FreeRTOS
LwIP
mbedTLS
STM324xG_EVAL
Applications
FreeRTOS
LwIP
mbedTLS
STM32F412G-Discovery
Applications
FreeRTOS
STM32F413H-Discovery
Applications
FreeRTOS
STM32F413ZH-Nucleo
Applications
FreeRTOS
STM32F429I-Discovery
Applications
FreeRTOS
STM32F429ZI-Nucleo
Applications
LwIP
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesFreeRTOSconfigUSE_STATS_FORMATTING_FUNCTIONS

configUSE_STATS_FORMATTING_FUNCTIONS macro

Syntax

#define configUSE_STATS_FORMATTING_FUNCTIONS 0

Examples

configUSE_STATS_FORMATTING_FUNCTIONS is referenced by 21 libraries and example projects.

References

LocationText
FreeRTOS.h:802
#define configUSE_STATS_FORMATTING_FUNCTIONS 0
FreeRTOS.h:801
#ifndef configUSE_STATS_FORMATTING_FUNCTIONS
cmsis_os.c:1543
#if ( ( configUSE_TRACE_FACILITY == 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS == 1 ) )
mpu_wrappers.c:345
#if ( ( configUSE_TRACE_FACILITY == 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
mpu_wrappers.c:356
#if ( ( configGENERATE_RUN_TIME_STATS == 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
tasks.c:51
#if ( configUSE_STATS_FORMATTING_FUNCTIONS == 1 )
tasks.c:537
#if ( ( configUSE_TRACE_FACILITY == 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) )
tasks.c:4350
#if ( ( configUSE_TRACE_FACILITY == 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) )
tasks.c:4376
#if ( ( configUSE_TRACE_FACILITY == 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
tasks.c:4475
#if ( ( configGENERATE_RUN_TIME_STATS == 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )