Searched refs:threshold (Results 1 – 6 of 6) sorted by relevance
400 int32_t *threshold, in CO_trace_init() argument419 trace->threshold = threshold; in CO_trace_init()454 …f((*trace->trigger & 1) != 0 && trace->valuePrev < *trace->threshold && val >= *trace->threshold) { in CO_trace_process()457 …f((*trace->trigger & 2) != 0 && trace->valuePrev < *trace->threshold && val >= *trace->threshold) { in CO_trace_process()
107 int32_t *threshold; /**< From CO_trace_init(). */ member145 int32_t *threshold,
291 {(void*)&CO_OD_ROM.traceConfig[0].threshold, 0x8D, 4}};301 {(void*)&CO_OD_ROM.traceConfig[1].threshold, 0x8D, 4}};
175 INTEGER32 threshold; member
739 &OD_traceConfig[i].threshold, in CO_CANopenInit()
2160 # become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the2162 # for no limit. Note that the threshold may be exceeded by 50% before the limit2163 # is enforced. So when you set the threshold to 10, up to 15 fields may appear,