Home
last modified time | relevance | path

Searched refs:configUSE_SB_COMPLETED_CALLBACK (Results 1 – 6 of 6) sorted by relevance

/Kernel-v11.0.1/include/
Dmessage_buffer.h161 #if ( configUSE_SB_COMPLETED_CALLBACK == 1 )
243 #if ( configUSE_SB_COMPLETED_CALLBACK == 1 )
Dstream_buffer.h160 #if ( configUSE_SB_COMPLETED_CALLBACK == 1 )
258 #if ( configUSE_SB_COMPLETED_CALLBACK == 1 )
DFreeRTOS.h2722 #ifndef configUSE_SB_COMPLETED_CALLBACK
2725 #define configUSE_SB_COMPLETED_CALLBACK 0 macro
3247 #if ( configUSE_SB_COMPLETED_CALLBACK == 1 )
/Kernel-v11.0.1/
Dstream_buffer.c79 #if ( configUSE_SB_COMPLETED_CALLBACK == 1 )
116 #if ( configUSE_SB_COMPLETED_CALLBACK == 1 )
156 #if ( configUSE_SB_COMPLETED_CALLBACK == 1 )
194 #if ( configUSE_SB_COMPLETED_CALLBACK == 1 )
236 #if ( configUSE_SB_COMPLETED_CALLBACK == 1 )
597 #if ( configUSE_SB_COMPLETED_CALLBACK == 1 ) in xStreamBufferReset()
1502 #if ( configUSE_SB_COMPLETED_CALLBACK == 1 ) in prvInitialiseNewStreamBuffer()
DHistory.txt294 configUSE_SB_COMPLETED_CALLBACK in FreeRTOSConfig.h. When the option is set to 1,
300 backwards compatibility, configUSE_SB_COMPLETED_CALLBACK defaults to 0. The
/Kernel-v11.0.1/examples/template_configuration/
DFreeRTOSConfig.h323 #define configUSE_SB_COMPLETED_CALLBACK 0 macro