trax_trigger_traceend_after_delay() function
Trigger a Trax trace stop after the indicated delay. If this is called before and the previous delay hasn't ended yet, this will overwrite that delay with the new value. The delay will always start at the time the function is called.
Syntax
int trax_trigger_traceend_after_delay(int delay); Arguments
delay
The delay to stop the trace in, in the unit indicated to trax_start_trace. Note: the trace memory has 4K words available.
Return value
esp_err_t