ESP-IDF + 0/1 examples
SourceVu will show references to xtensa_perfmon_config from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxExamplesReferencesInstances

Fields

Field
Declared as
Description
int
how much times function will be called before the calback will be repeated.
float
Difference between min and max counter number 0..1, 0 - no difference, 1 - not used.
void *
This pointer will be passed to the call_function as a parameter.
void (*)(void *params)
pointer to the function that have to be called.
void (*)(void *params, uint32_t select, uint32_t mask, uint32_t value)
pointer to the function that will be called with result parameters.
void *
parameter that will be passed to the callback.
int
trace level for all counters. In case of negative value, the filter will be ignored. If it's >=0, then the perfmon will count only when interrupt level > tracelevel. It's useful to monitor interrupts.
uint32_t
amount of counter in the list.
const uint32_t *
list of the select/mask parameters.