Home
last modified time | relevance | path

Searched refs:result (Results 1 – 7 of 7) sorted by relevance

/TraceRecorderSource-3.4.0/streamports/STM32_USB_CDC/
DtrcStreamPort.c104 int32_t result; in prvTraceCDCTransmit() local
108 result = CDC_Transmit_FS(pvData, uiSize); in prvTraceCDCTransmit()
110 if (result == USBD_OK) in prvTraceCDCTransmit()
/TraceRecorderSource-3.4.0/kernelports/Zephyr/include/
Dtracing_tracerecorder.h316 sys_trace_k_poll_api_signal_check(signal, signaled,result)
319 sys_trace_k_poll_api_signal_raise(signal, result, ret)
805 #define sys_port_trace_k_timer_status_sync_exit(timer, result, ...) \ argument
806 sys_trace_k_timer_status_sync_exit(timer, result)
979 unsigned int *signaled, int *result);
981 int result, int ret);
1244 uint32_t result);
/TraceRecorderSource-3.4.0/
DtrcSnapshotRecorder.c2558 uint16_t result; in prvTraceOpenSymbol() local
2571 result = prvTraceLookupSymbolTableEntry(name, crc, len, userEventChannel); in prvTraceOpenSymbol()
2572 if (!result) in prvTraceOpenSymbol()
2574 result = prvTraceCreateSymbolTableEntry(name, crc, len, userEventChannel); in prvTraceOpenSymbol()
2578 return result; in prvTraceOpenSymbol()
DLICENSE.md159 result of this License or out of the use or inability to use the
DDoxyfile123 # and the result, after processing the whole list, is used as the annotated
255 # documentation, which will result in a user-defined paragraph with heading
1096 # The result: instead of the source browser generated by doxygen, the links to
1319 # representing an infinite number of entries and will result in a full expanded
1389 # file. You can add a path in front of the file if the result should not be
1629 # Content Delivery Network so you can quickly see the result without installing
/TraceRecorderSource-3.4.0/kernelports/Zephyr/
DtrcKernelPort.c1255 …_trace_k_poll_api_signal_check(struct k_poll_signal *signal, unsigned int *signaled, int *result) { in sys_trace_k_poll_api_signal_check() argument
1262 xTraceEventAddPointer(xTraceHandle, (void*)result); in sys_trace_k_poll_api_signal_check()
1267 void sys_trace_k_poll_api_signal_raise(struct k_poll_signal *signal, int result, int ret) { in sys_trace_k_poll_api_signal_raise() argument
1281 xTraceEventAdd32(xTraceHandle, result); in sys_trace_k_poll_api_signal_raise()
3220 void sys_trace_k_timer_status_sync_exit(struct k_timer *timer, uint32_t result) { in sys_trace_k_timer_status_sync_exit() argument
3226 xTraceEventAdd32(xTraceHandle, result); in sys_trace_k_timer_status_sync_exit()
/TraceRecorderSource-3.4.0/config/
DKconfig395 A size of zero (0) is not allowed since a zero-sized array may result in a