mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-07 13:45:00 -05:00
Add traceSTREAM_BUFFER_SET_TRIGGER_LEVEL and traceSTREAM_BUFFER_SET_NOTIFICATION_INDEX hooks.
This enables tracers to track both the trigger level and notification index of a stream buffer if they are changed during operation.
This commit is contained in:
parent
8c87469263
commit
d39654e813
2 changed files with 16 additions and 0 deletions
|
|
@ -1145,6 +1145,18 @@
|
|||
#define traceSTREAM_BUFFER_RECEIVE_FROM_ISR( xStreamBuffer, xReceivedLength )
|
||||
#endif
|
||||
|
||||
#ifndef traceSTREAM_BUFFER_SET_TRIGGER_LEVEL
|
||||
#define traceSTREAM_BUFFER_SET_TRIGGER_LEVEL( xStreamBuffer, xTriggerLevel )
|
||||
#endif
|
||||
|
||||
#ifndef traceSTREAM_BUFFER_SET_TRIGGER_LEVEL_FAILED
|
||||
#define traceSTREAM_BUFFER_SET_TRIGGER_LEVEL_FAILED( xStreamBuffer )
|
||||
#endif
|
||||
|
||||
#ifndef traceSTREAM_BUFFER_SET_NOTIFICATION_INDEX
|
||||
#define traceSTREAM_BUFFER_SET_NOTIFICATION_INDEX( xStreamBuffer, uxNotificationIndex )
|
||||
#endif
|
||||
|
||||
#ifndef traceENTER_xEventGroupCreateStatic
|
||||
#define traceENTER_xEventGroupCreateStatic( pxEventGroupBuffer )
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue