iLLD_TC29x
1.0
|
FFT on-chip implementation data. More...
Go to the source code of this file.
Macros | |
#define | IFXFFT_DATA_SPACE 0xBE000000U |
Data space starting address. More... | |
#define | IFXFFT_WINDOW_SPACE 0xBE100000U |
Window coefficient space starting address. More... | |
#define | IFXFFT_MAX_LENGTH 2048 |
Maximim possible length of the transform. More... | |
#define | IFXFFT_MAX_WINDOW_LENGTH (IFXFFT_MAX_LENGTH / 2) |
#define | IFXFFT_FFT_DMA_SUPPORT (1) |
#define | IFXFFT_FFT_OPTIMIZED (0) |
#define | IFXFFT_FFT_DMA_CHANNEL_BASE 4 |
#define | IFXFFT_FFT_PIPELINED (1) |
#define | IFXFFT_FFT_NUM_JOBS (8) |
FFT on-chip implementation data.
IMPORTANT NOTICE
Infineon Technologies AG (Infineon) is supplying this file for use exclusively with Infineon's microcontroller products. This file can be freely distributed within development tools that are supporting such microcontroller products.
THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE. INFINEON SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.
Definition in file IfxFft_cfg.h.
#define IFXFFT_DATA_SPACE 0xBE000000U |
Data space starting address.
Definition at line 45 of file IfxFft_cfg.h.
Referenced by IfxFft_Fft_initDma().
#define IFXFFT_FFT_DMA_CHANNEL_BASE 4 |
Definition at line 61 of file IfxFft_cfg.h.
Referenced by IfxFft_Fft_initModuleConfig().
#define IFXFFT_FFT_DMA_SUPPORT (1) |
Definition at line 57 of file IfxFft_cfg.h.
#define IFXFFT_FFT_NUM_JOBS (8) |
Definition at line 65 of file IfxFft_cfg.h.
Referenced by IfxFft_Fft_isrInput().
#define IFXFFT_FFT_OPTIMIZED (0) |
Definition at line 59 of file IfxFft_cfg.h.
#define IFXFFT_FFT_PIPELINED (1) |
Definition at line 63 of file IfxFft_cfg.h.
#define IFXFFT_MAX_LENGTH 2048 |
Maximim possible length of the transform.
Definition at line 53 of file IfxFft_cfg.h.
Referenced by IfxFft_Fft_initJob().
#define IFXFFT_MAX_WINDOW_LENGTH (IFXFFT_MAX_LENGTH / 2) |
Definition at line 55 of file IfxFft_cfg.h.
Referenced by IfxFft_Fft_initWindow().
#define IFXFFT_WINDOW_SPACE 0xBE100000U |
Window coefficient space starting address.
Definition at line 49 of file IfxFft_cfg.h.
Referenced by IfxFft_Fft_initWindow().