![]() |
![]() |
Fftc_Result. More...
#include <fftc.h>
Data Fields | |
uint8_t | flowId |
uint8_t | srcId |
uint16_t | destnTagInfo |
uint8_t | bErrorDetected |
uint8_t | bClippingDetected |
uint32_t | numFFTCBlocks |
Fftc_BlockResult | fftBlockResult [FFTC_MAX_NUM_BLOCKS] |
Fftc_Result.
Structure to hold the FFT/IFFT result.
uint8_t _Fftc_Result::bClippingDetected |
Boolean flag to indicate if a clipping error was detected while processing any of the blocks corresponding to this result.
uint8_t _Fftc_Result::bErrorDetected |
Boolean flag to indicate if any error was detected while processing the FFT request.
uint16_t _Fftc_Result::destnTagInfo |
Destination Tag read from the result buffer
FFT/IFT result for each of the blocks submitted
uint8_t _Fftc_Result::flowId |
Flow Id read from the result buffer
uint32_t _Fftc_Result::numFFTCBlocks |
Number of FFT blocks in the result buffer
uint8_t _Fftc_Result::srcId |
Source Id read from the result buffer