Searched refs:pxSendCompletedCallback (Results 1 – 6 of 6) sorted by relevance
/Kernel-v10.6.2/include/ |
HD | stream_buffer.h | 161 …mBufferCreateWithCallback( xBufferSizeBytes, xTriggerLevelBytes, pxSendCompletedCallback, pxReceiv… argument 162 …Create( ( xBufferSizeBytes ), ( xTriggerLevelBytes ), pdFALSE, ( pxSendCompletedCallback ), ( pxRe… 259 …gerLevelBytes, pucStreamBufferStorageArea, pxStaticStreamBuffer, pxSendCompletedCallback, pxReceiv… argument 260 …LSE, ( pucStreamBufferStorageArea ), ( pxStaticStreamBuffer ), ( pxSendCompletedCallback ), ( pxRe… 918 … StreamBufferCallbackFunction_t pxSendCompletedCallback, 927 … StreamBufferCallbackFunction_t pxSendCompletedCallback,
|
HD | message_buffer.h | 162 …#define xMessageBufferCreateWithCallback( xBufferSizeBytes, pxSendCompletedCallback, pxReceiveComp… argument 163 …fferGenericCreate( ( xBufferSizeBytes ), ( size_t ) 0, pdTRUE, ( pxSendCompletedCallback ), ( pxRe… 244 …erSizeBytes, pucMessageBufferStorageArea, pxStaticMessageBuffer, pxSendCompletedCallback, pxReceiv… argument 245 …E, ( pucMessageBufferStorageArea ), ( pxStaticMessageBuffer ), ( pxSendCompletedCallback ), ( pxRe…
|
HD | mpu_prototypes.h | 354 … StreamBufferCallbackFunction_t pxSendCompletedCallback, 361 … StreamBufferCallbackFunction_t pxSendCompletedCallback,
|
/Kernel-v10.6.2/ |
HD | stream_buffer.c | 159 if( ( pxStreamBuffer )->pxSendCompletedCallback != NULL ) \ 161 pxStreamBuffer->pxSendCompletedCallback( ( pxStreamBuffer ), pdFALSE, NULL ); \ 197 …if( ( pxStreamBuffer )->pxSendCompletedCallback != NULL ) … 199 …( pxStreamBuffer )->pxSendCompletedCallback( ( pxStreamBuffer ), pdTRUE, ( pxHigherPriorityTaskWok… 239 …StreamBufferCallbackFunction_t pxSendCompletedCallback; /* Optional callback called on send com… member 316 StreamBufferCallbackFunction_t pxSendCompletedCallback, 324 … StreamBufferCallbackFunction_t pxSendCompletedCallback, in xStreamBufferGenericCreate() argument 381 pxSendCompletedCallback, in xStreamBufferGenericCreate() 403 … StreamBufferCallbackFunction_t pxSendCompletedCallback, in xStreamBufferGenericCreateStatic() argument 455 pxSendCompletedCallback, in xStreamBufferGenericCreateStatic() [all …]
|
/Kernel-v10.6.2/portable/Common/ |
HD | mpu_wrappers.c | 2402 … StreamBufferCallbackFunction_t pxSendCompletedCallback, in MPU_xStreamBufferGenericCreate() argument 2411 configASSERT( ( pxSendCompletedCallback == NULL ) && in MPU_xStreamBufferGenericCreate() 2414 if( ( pxSendCompletedCallback == NULL ) && in MPU_xStreamBufferGenericCreate() 2458 … StreamBufferCallbackFunction_t pxSendCompletedCallback, in MPU_xStreamBufferGenericCreateStatic() argument 2467 configASSERT( ( pxSendCompletedCallback == NULL ) && in MPU_xStreamBufferGenericCreateStatic() 2470 if( ( pxSendCompletedCallback == NULL ) && in MPU_xStreamBufferGenericCreateStatic()
|
HD | mpu_wrappers_v2.c | 4527 … StreamBufferCallbackFunction_t pxSendCompletedCallback, in MPU_xStreamBufferGenericCreate() argument 4538 configASSERT( ( pxSendCompletedCallback == NULL ) && in MPU_xStreamBufferGenericCreate() 4541 if( ( pxSendCompletedCallback == NULL ) && in MPU_xStreamBufferGenericCreate() 4584 … StreamBufferCallbackFunction_t pxSendCompletedCallback, in MPU_xStreamBufferGenericCreateStatic() argument 4595 configASSERT( ( pxSendCompletedCallback == NULL ) && in MPU_xStreamBufferGenericCreateStatic() 4598 if( ( pxSendCompletedCallback == NULL ) && in MPU_xStreamBufferGenericCreateStatic()
|