User`s guide

Libraries and Runtime Code
EOnCE Library
342
Targeting MC56F83xx/DSP5685x Controllers
Parameters
None.
Remarks
Causes the trace buffer to immediately stop capturing.
Returns
Error code as defined in the sub-section “Definitions.”
_eonce_EnableDEBUGEV
Allows or disallows a DEBUGEV instruction to cause a core event in breakpoint unit
0.
Prototype
int _eonce_EnableDEBUGEV( char enable )
Parameters
enablechar
If a non-zero value, allows the DEBUGEV instruction to cause a core event. If a zero
value, prevents the DEBUGEV instruction from causing a core event.
Remarks
This function configures the behavior for the DEBUGEV instructions. For a core
event to occur, breakpoint unit 0 must be activated by setting a trigger using the
_eonce_SetTrigger or _eonce_SetCounterTrigger functions.
Returns
Error code as defined in the sub-section “Definitions.”
_eonce_EnableLimitTrigger
Allows or disallows a limit trigger to cause a core event in breakpoint unit 0.