Home
last modified time | relevance | path

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

/Kernel-v11.1.0/include/
Dstream_buffer.h169 #if ( configUSE_SB_COMPLETED_CALLBACK == 1 )
269 #if ( configUSE_SB_COMPLETED_CALLBACK == 1 )
355 #if ( configUSE_SB_COMPLETED_CALLBACK == 1 )
457 #if ( configUSE_SB_COMPLETED_CALLBACK == 1 )
Dmessage_buffer.h163 #if ( configUSE_SB_COMPLETED_CALLBACK == 1 )
248 #if ( configUSE_SB_COMPLETED_CALLBACK == 1 )
DFreeRTOS.h2794 #ifndef configUSE_SB_COMPLETED_CALLBACK
2797 #define configUSE_SB_COMPLETED_CALLBACK 0 macro
3319 #if ( configUSE_SB_COMPLETED_CALLBACK == 1 )
/Kernel-v11.1.0/
Dstream_buffer.c86 #if ( configUSE_SB_COMPLETED_CALLBACK == 1 )
124 #if ( configUSE_SB_COMPLETED_CALLBACK == 1 )
165 #if ( configUSE_SB_COMPLETED_CALLBACK == 1 )
204 #if ( configUSE_SB_COMPLETED_CALLBACK == 1 )
247 #if ( configUSE_SB_COMPLETED_CALLBACK == 1 )
621 #if ( configUSE_SB_COMPLETED_CALLBACK == 1 ) in xStreamBufferReset()
686 #if ( configUSE_SB_COMPLETED_CALLBACK == 1 ) in xStreamBufferResetFromISR()
1614 #if ( configUSE_SB_COMPLETED_CALLBACK == 1 ) in prvInitialiseNewStreamBuffer()
DHistory.txt371 configUSE_SB_COMPLETED_CALLBACK in FreeRTOSConfig.h. When the option is set to 1,
377 backwards compatibility, configUSE_SB_COMPLETED_CALLBACK defaults to 0. The
/Kernel-v11.1.0/examples/template_configuration/
DFreeRTOSConfig.h344 #define configUSE_SB_COMPLETED_CALLBACK 0 macro