![]() |
TI-radar AWR1843 C674x DSP core
1
|
DSP cycle profiling structure to accumulate different processing times in chirp and frame processing periods. More...
#include <dss_data_path.h>
Data Fields | |
uint32_t | interChirpProcessingTime |
total processing time during all chirps in a frame excluding EDMA waiting time More... | |
uint32_t | interChirpWaitTime |
total wait time for EDMA data transfer during all chirps in a frame More... | |
uint32_t | interFrameProcessingTime |
total processing time for 2D and 3D excluding EDMA waiting time More... | |
uint32_t | interFrameWaitTime |
total wait time for 2D and 3D EDMA data transfer More... | |
DSP cycle profiling structure to accumulate different processing times in chirp and frame processing periods.
Definition at line 99 of file dss_data_path.h.
uint32_t cycleLog_t_::interChirpProcessingTime |
total processing time during all chirps in a frame excluding EDMA waiting time
Definition at line 100 of file dss_data_path.h.
uint32_t cycleLog_t_::interChirpWaitTime |
total wait time for EDMA data transfer during all chirps in a frame
Definition at line 101 of file dss_data_path.h.
Referenced by MmwDemo_processChirp().
uint32_t cycleLog_t_::interFrameProcessingTime |
total processing time for 2D and 3D excluding EDMA waiting time
Definition at line 102 of file dss_data_path.h.
uint32_t cycleLog_t_::interFrameWaitTime |
total wait time for 2D and 3D EDMA data transfer
Definition at line 103 of file dss_data_path.h.