Home
last modified time | relevance | path

Searched refs:configUSE_STATS_FORMATTING_FUNCTIONS (Results 1 – 7 of 7) sorted by relevance

/FreeRTOS-Kernel/examples/coverity/
A DFreeRTOSConfig.h104 #define configUSE_STATS_FORMATTING_FUNCTIONS 0 macro
/FreeRTOS-Kernel/examples/template_configuration/
A DFreeRTOSConfig.h389 #define configUSE_STATS_FORMATTING_FUNCTIONS 0 macro
/FreeRTOS-Kernel/include/
A DFreeRTOS.h2767 #ifndef configUSE_STATS_FORMATTING_FUNCTIONS
2768 #define configUSE_STATS_FORMATTING_FUNCTIONS 0 macro
2843 #if ( ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) && ( configSUPPORT_DYNAMIC_ALLOCATION != 1 ) )
2844 …#error configUSE_STATS_FORMATTING_FUNCTIONS cannot be used without dynamic allocation, but configS…
2847 #if ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 )
2849configUSE_STATS_FORMATTING_FUNCTIONS is 1 but the functions it enables are not used because neithe…
A Dtask.h2245 #if ( ( configUSE_TRACE_FACILITY == 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) )
2370 #if ( ( configGENERATE_RUN_TIME_STATS == 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) && ( c…
/FreeRTOS-Kernel/
A Dtasks.c58 #if ( configUSE_STATS_FORMATTING_FUNCTIONS == 1 )
701 #if ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 )
793 #if ( ( configUSE_TRACE_FACILITY == 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) )
2178 #if ( ( configUSE_TRACE_FACILITY == 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) )
7261 #if ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 )
7288 #if ( ( configUSE_TRACE_FACILITY == 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) )
7458 #if ( ( configGENERATE_RUN_TIME_STATS == 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) && ( c…
A DHistory.txt1651 function. configUSE_STATS_FORMATTING_FUNCTIONS must be set to 1 in
1685 + configUSE_STATS_FORMATTING_FUNCTIONS
/FreeRTOS-Kernel/portable/Common/
A Dmpu_wrappers.c510 …#if ( ( configUSE_TRACE_FACILITY == 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) && ( confi…
533 …#if ( ( configGENERATE_RUN_TIME_STATS == 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) && ( …

Completed in 42 milliseconds