Searched refs:result (Results 1 – 7 of 7) sorted by relevance
/TraceRecorderSource-3.4.0/streamports/STM32_USB_CDC/ |
D | trcStreamPort.c | 104 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/ |
D | tracing_tracerecorder.h | 316 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/ |
D | trcSnapshotRecorder.c | 2558 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()
|
D | LICENSE.md | 159 result of this License or out of the use or inability to use the
|
D | Doxyfile | 123 # 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/ |
D | trcKernelPort.c | 1255 …_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/ |
D | Kconfig | 395 A size of zero (0) is not allowed since a zero-sized array may result in a
|