![]() |
![]() |
Fftc_BlockInfo. More...
#include <fftc.h>
Data Fields | |
uint8_t | bIsEqualSize |
uint16_t * | blockSizes |
uint8_t | numBlocks |
Fftc_BlockInfo.
Structure to specify/hold the DFT block size information relevant to an FFTC request/result.
uint8_t _Fftc_BlockInfo::bIsEqualSize |
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.
uint16_t* _Fftc_BlockInfo::blockSizes |
An array of DFT block sizes
uint8_t _Fftc_BlockInfo::numBlocks |
Number of DFT blocks for which the block size information holds good.
This must never exceed FFTC_MAX_NUM_BLOCKS (128).