Data Fields
_Fftc_BlockInfo Struct Reference

Fftc_BlockInfo. More...

#include <fftc.h>

Data Fields

uint8_t bIsEqualSize
uint16_t * blockSizes
uint8_t numBlocks

Detailed Description

Fftc_BlockInfo.

Structure to specify/hold the DFT block size information relevant to an FFTC request/result.


Field Documentation

Boolean flag, When set to 1 indicates that all the DFT blocks of this request/result buffer are of the same size and only blockSizes[0] is to be read to obtain the block size. If not set to 1, indicates that the buffer contains various DFT blocks of mixed sizes.

An array of DFT block sizes

Number of DFT blocks for which the block size information holds good.

This must never exceed FFTC_MAX_NUM_BLOCKS (128).


The documentation for this struct was generated from the following file:

Copyright 2014, Texas Instruments Incorporated