AM273x MCU+ SDK  09.02.00

Introduction

Macros that define values for enabling/disabling the magnitude and log2 computation in FFT block.

Macros

#define HWA_FFT_MODE_MAGNITUDE_LOG2_DISABLED   ((uint8_t)0U)
 
#define HWA_FFT_MODE_MAGNITUDE_ONLY_ENABLED   ((uint8_t)2U)
 
#define HWA_FFT_MODE_MAGNITUDE_LOG2_ENABLED   ((uint8_t)3U)
 

Macro Definition Documentation

◆ HWA_FFT_MODE_MAGNITUDE_LOG2_DISABLED

#define HWA_FFT_MODE_MAGNITUDE_LOG2_DISABLED   ((uint8_t)0U)

magnitude disabled and log2 disabled

◆ HWA_FFT_MODE_MAGNITUDE_ONLY_ENABLED

#define HWA_FFT_MODE_MAGNITUDE_ONLY_ENABLED   ((uint8_t)2U)

magnitude enabled and log2 disabled

◆ HWA_FFT_MODE_MAGNITUDE_LOG2_ENABLED

#define HWA_FFT_MODE_MAGNITUDE_LOG2_ENABLED   ((uint8_t)3U)

magnitude and log2 enabled