AM273x MCU+ SDK  09.02.00

Introduction

Macros that define values for the complex multiply block with LUT based frequency de-rotation mode, set the RAM index incremented mode after each iteration, either auto-increment mode, in which the ram index is incremented automatically after each iteration, with either saturates at 63 or wraps around, or non-increment mode, in which the ram index is constant for all iterations,.

Macros

#define HWA_LUT_FREQ_DEROTATE_RAMIDX_AUTOINCR_WRAPAROUND   ((uint8_t)0U) /** auto-increment mode, with wrap around */
 
#define HWA_LUT_FREQ_DEROTATE_RAMIDX_AUTOINCR_SATURATED   ((uint8_t)1U) /** auto-increment mode, with saturates at 63 */
 
#define HWA_LUT_FREQ_DEROTATE_RAMIDX_NONINCR   ((uint8_t)2U) /** non-increment mode */
 

Macro Definition Documentation

◆ HWA_LUT_FREQ_DEROTATE_RAMIDX_AUTOINCR_WRAPAROUND

#define HWA_LUT_FREQ_DEROTATE_RAMIDX_AUTOINCR_WRAPAROUND   ((uint8_t)0U) /** auto-increment mode, with wrap around */

◆ HWA_LUT_FREQ_DEROTATE_RAMIDX_AUTOINCR_SATURATED

#define HWA_LUT_FREQ_DEROTATE_RAMIDX_AUTOINCR_SATURATED   ((uint8_t)1U) /** auto-increment mode, with saturates at 63 */

◆ HWA_LUT_FREQ_DEROTATE_RAMIDX_NONINCR

#define HWA_LUT_FREQ_DEROTATE_RAMIDX_NONINCR   ((uint8_t)2U) /** non-increment mode */