User`s guide

Libraries and Runtime Code
EOnCE Library
339Targeting MC56F83xx/DSP5685x Controllers
*counterIsStopped )
Parameters
counterIsZero char *
Returns a 1 if the breakpoint counter has reached zero.
counterIsStopped char *
Returns a 1 if the breakpoint counter has been stopped by a Counter Stop Trigger.
Remarks
This function returns the state of the breakpoint counter when using the special
counting function.
Returns
Error code as defined in the sub-section “Definitions.”
_eonce_SetupTraceBuffer
Configures the behavior of the trace buffer.
Prototype
int _eonce_SetupTraceBuffer( unsigned int options )
Parameters
optionsunsigned int
Describes the behavior of the trace buffer. Please see the section Definitions for more
information on the identifiers for this parameter.
Remarks
Sets the behavior of the trace buffer. Triggers can also be set to start and stop trace
buffer capture using the _eonce_SetTrigger function.
Returns
Error code as defined in the sub-section “Definitions.”