Home
last modified time | relevance | path

Searched refs:type (Results 1 – 11 of 11) sorted by relevance

/percepio-3.5.0/DFM/include/
DdfmCrashCatcher.h77 #define DFM_TRAP(type, msg) { dfmTrapInfo.alertType = type; dfmTrapInfo.message = msg; dfmTrapInfo.… argument
/percepio-3.5.0/DFM/
DREADME.txt5 An Alert has a type and a number of Symptoms attached to it. Each Symptom has a type and a value. A…
/percepio-3.5.0/TraceRecorder/
DtrcSnapshotRecorder.c561 tis->type = (uint8_t)TASK_INSTANCE_FINISHED_NEXT_KSE; in prvTraceTaskInstanceFinish()
563 tis->type = (uint8_t)TASK_INSTANCE_FINISHED_DIRECT; in prvTraceTaskInstanceFinish()
707 ts->type = TS_ISR_BEGIN; in xTraceISRBegin()
730 uint8_t hnd8 = 0, type = 0; in xTraceISREnd() local
768 type = TS_ISR_RESUME; in xTraceISREnd()
774 type = TS_TASK_RESUME; in xTraceISREnd()
778 if (type != 0) in xTraceISREnd()
784 ts->type = type; in xTraceISREnd()
1445 ue1->type = (uint8_t)EVENT_BEING_WRITTEN; /* Update this as the last step */ in xTraceVPrintF()
1568 ue->type = (uint8_t)USER_EVENT; in xTracePrint()
[all …]
DtrcTimestamp.c33 pxTraceTimestamp->type = TRC_HWTC_TYPE; in xTraceTimestampInitialize()
56 switch (pxTraceTimestamp->type) in xTraceTimestampGet()
DDoxyfile22 # configuration file without replacing the environment variables or CMake type
333 # default for Fortran type files). For instance to make doxygen treat .inc files
402 # type. If this is not the case, or you want to show the methods anyway, you
423 # Set the SUBGROUPING tag to YES to allow class member groups of the same type
425 # type (e.g. under the Public Functions section). Set it to NO to prevent
705 # type resolution of all parameters of a function it will reject a match between
1236 # which doxygen's built-in parser lacks the necessary type information.
1987 # The PAPER_TYPE tag can be used to set the paper type that is used by the
2554 # number of items for each type to make the size more manageable. Set this to 0
2566 # tag is set to YES, doxygen will add type and arguments for attributes and
/percepio-3.5.0/TraceRecorder/include/
DtrcRecorder.h1269 uint8_t type; member
1276 uint8_t type; member
1283 uint8_t type; member
1290 uint8_t type; member
1298 uint8_t type; member
1305 uint8_t type; member
1312 uint8_t type; member
1320 uint8_t type; member
1328 uint8_t type; member
1335 uint8_t type; member
[all …]
DtrcTimestamp.h39 uint32_t type; /**< Timer type (direction) */ member
/percepio-3.5.0/DFM/kernelports/Zephyr/
DKconfig13 An identifier to identify the product type.
/percepio-3.5.0/TraceRecorder/config/
DKconfig452 concurrently active objects to 255 of each type (tasks, queues, mutexes,
457 concurrent objects to 65535 of each type (object class). However, since the
/percepio-3.5.0/TraceRecorder/kernelports/Zephyr/
DtrcKernelPort.c679 void sys_trace_k_poll_api_event_init(struct k_poll_event *event, uint32_t type, int mode, void *obj… in sys_trace_k_poll_api_event_init() argument
680 …POLL_EVENT_INIT, (TraceUnsignedBaseType_t)event, (TraceUnsignedBaseType_t)type, (TraceUnsignedBase… in sys_trace_k_poll_api_event_init()
/percepio-3.5.0/TraceRecorder/kernelports/Zephyr/include/
Dtracing_tracerecorder.h304 sys_trace_k_poll_api_event_init(event, type, mode, obj)
974 uint32_t type, int mode, void *obj);