|
#define | HWADRV_ADDR_TRANSLATE_CPU_TO_HWA(x) (uint32_t)((uint32_t)(x) & 0x000FFFFFU) |
| transfer the CPU address to HWA address More...
|
|
#define | HWA_ERRNO_BASE (-2800) |
| HWA driver error base. More...
|
|
#define | HWA_EINVAL (HWA_ERRNO_BASE-1) |
| Error Code: Invalid argument. More...
|
|
#define | HWA_ENOINIT (HWA_ERRNO_BASE-2) |
| Error Code: Operation cannot be done as HWA_init is not done. More...
|
|
#define | HWA_EOUTOFRANGE (HWA_ERRNO_BASE-3) |
| Error Code: input argument out of range. More...
|
|
#define | HWA_EOUTOFMEM (HWA_ERRNO_BASE-4) |
| Error Code: out of memory. More...
|
|
#define | HWA_ENOTSUPP (HWA_ERRNO_BASE-5) |
| Error Code: feature not supported. More...
|
|
#define | HWA_EINUSE (HWA_ERRNO_BASE-6) |
| Error Code: channel or resource in use. More...
|
|
#define | HWA_ENOTALIGNED (HWA_ERRNO_BASE-7) |
| Error Code: address is not aligned to the expected boundary. More...
|
|
#define | HWA_EINVAL_COMMON_REGISTER_PARAMSET (HWA_ERRNO_BASE-8) |
| Error Code: Invalid argument: paramset Start/Stop Idx and numLoops in common register. More...
|
|
#define | HWA_EINVAL_COMMON_REGISTER_PARAMSET_ALT (HWA_ERRNO_BASE-9) |
| Error Code: Invalid argument: paramset Start/Stop Idx and numLoops for context switching in common register. More...
|
|
#define | HWA_EINVAL_COMMON_REGISTER_FFTCONFIG (HWA_ERRNO_BASE-10) |
| Error Code: Invalid argument: for FFT config in common register. More...
|
|
#define | HWA_EINVAL_COMMON_REGISTER_DCEST (HWA_ERRNO_BASE-11) |
| Error Code: Invalid argument: for DC estimation in common register. More...
|
|
#define | HWA_EINVAL_COMMON_REGISTER_CFAR (HWA_ERRNO_BASE-12) |
| Error Code: Invalid argument: for CFAR config in common register. More...
|
|
#define | HWA_EINVAL_COMMON_REGISTER_INTERFERENCE (HWA_ERRNO_BASE-13) |
| Error Code: Invalid argument: for interference localization/mitigation in common register. More...
|
|
#define | HWA_EINVAL_COMMON_REGISTER_COMPLEXMULT (HWA_ERRNO_BASE-14) |
| Error Code: Invalid argument: for complex multiply in common register. More...
|
|
#define | HWA_EINVAL_COMMON_REGISTER_CHANCOMB (HWA_ERRNO_BASE-15) |
| Error Code: Invalid argument: for channel combine in common register. More...
|
|
#define | HWA_EINVAL_COMMON_REGISTER_ZEROINSERT (HWA_ERRNO_BASE-16) |
| Error Code: Invalid argument: for zero insert in common register. More...
|
|
#define | HWA_EINVAL_COMMON_REGISTER_ADVSTAT (HWA_ERRNO_BASE-17) |
| Error Code: Invalid argument: for advanced statistics in common register. More...
|
|
#define | HWA_EINVAL_COMMON_REGISTER_COMPRESS (HWA_ERRNO_BASE-18) |
| Error Code: Invalid argument: for compress/decompression in common register. More...
|
|
#define | HWA_EINVAL_COMMON_REGISTER_LOCALMAXIMUM (HWA_ERRNO_BASE-19) |
| Error Code: Invalid argument: for local maximum in common register. More...
|
|
#define | HWA_EINVAL_PARAMSET_GENERALCONFIG (HWA_ERRNO_BASE - 20) |
| Error Code: Invalid argument: general config in paramset
More...
|
|
#define | HWA_EINVAL_PARAMSET_SOURCE (HWA_ERRNO_BASE - 21) |
| Error Code: Invalid argument: source(input formatter) in paramset. More...
|
|
#define | HWA_EINVAL_PARAMSET_DEST (HWA_ERRNO_BASE - 22) |
| Error Code: Invalid argument: destination(output formatter) in paramset. More...
|
|
#define | HWA_EINVAL_PARAMSET_SRCDST_ADDRESS (HWA_ERRNO_BASE - 23) |
| Error Code: Invalid argument: src and dst address in paramset. More...
|
|
#define | HWA_EINVAL_PARAMSET_FFTMODE_GENERALCONFIG (HWA_ERRNO_BASE - 24) |
| Error Code: Invalid argument: FFT mode: general config in paramset. More...
|
|
#define | HWA_EINVAL_PARAMSET_FFTMODE_SIZE (HWA_ERRNO_BASE - 25) |
| Error Code: Invalid argument: FFT mode: FFT size in paramset. More...
|
|
#define | HWA_EINVAL_PARAMSET_FFTMODE_POSTPROC (HWA_ERRNO_BASE - 26) |
| Error Code: Invalid argument: FFT mode: post processing in paramset. More...
|
|
#define | HWA_EINVAL_PARAMSET_FFTMODE_PREPROC (HWA_ERRNO_BASE - 27) |
| Error Code: Invalid argument: FFT mode: pre-processing in paramset. More...
|
|
#define | HWA_EINVAL_PARAMSET_FFTMODE_PREPROC_INTERF (HWA_ERRNO_BASE - 28) |
| Error Code: Invalid argument: FFT mode: pre-processing interference localization/statistics/mitigation in paramset. More...
|
|
#define | HWA_EINVAL_PARAMSET_FFTMODE_PREPROC_COMPLEXMULT (HWA_ERRNO_BASE - 29) |
| Error Code: Invalid argument: FFT mode: pre-processing complex multiply block in paramset. More...
|
|
#define | HWA_EINVAL_PARAMSET_CFARMODE_GENERALCONFIG (HWA_ERRNO_BASE - 30) |
| Error Code: Invalid argument: CFAR mode: general configuration in paramset. More...
|
|
#define | HWA_EINVAL_PARAMSET_CFARMODE_OSCONFIG (HWA_ERRNO_BASE - 31) |
| Error Code: Invalid argument: CFAR mode: CFAR-OS configuration in paramset. More...
|
|
#define | HWA_EINVAL_PARAMSET_CFARMODE_CACONFIG (HWA_ERRNO_BASE - 32) |
| Error Code: Invalid argument: CFAR mode: CFAR-CA configuration in paramset. More...
|
|
#define | HWA_EINVAL_PARAMSET_COMPRESSMODE (HWA_ERRNO_BASE - 33) |
| Error Code: Invalid argument: compress/decompress mode: compress/decompress configuration in paramset. More...
|
|
#define | HWA_EINVAL_PARAMSET_LOCALMAXMODE (HWA_ERRNO_BASE - 34) |
| Error Code: Invalid argument: local maxima mode: local maxima configuration in paramset. More...
|
|
#define | HWA_PARAMSET_POLLINGNOTALLOWED (HWA_ERRNO_BASE - 35) |
| Error Code: if paramset interrupt is enabled, polling should be disabled. More...
|
|
#define | HWA_EINVAL_COMMON_REGISTER_CFAR_DET_THR (HWA_ERRNO_BASE - 36) |
| Error Code: Invalid argument: for CFAR config in common register - CFAR_DET_THR. More...
|
|
#define | HWA_NUM_RXCHANNELS (12U) |
| Number of RX channels in pre-processing block. More...
|
|
#define | HWA_NUM_INTERFMITG_WINARRAY (5U) |
| Number of programmable array of window parameters in interference mitigation block. More...
|
|
#define | HWA_BPMPATTERN_LENGTH_INWORDS (8U) |
| The length of BPM Pattern sequence in words. More...
|
|
#define | HWA_CHANCOMB_LENGTH_INWORDS (8U) |
| The length of channel combining vector in words. More...
|
|
#define | HWA_ZEROINSERT_LENGTH_INWORDS (8U) |
| The length of zero insert mask in words. More...
|
|
#define | HWA_NUM_RAMS (10U) |
| The number of RAM types in HWA. More...
|
|
#define | HWA_MAXNUM_LOOPS (4095U) |
| The maximum number of loops in HWA. More...
|
|
#define | HWA_CMP_K_ARR_LEN (8U) |
| The length of EGE compression/decompression K-paramseters array. More...
|
|
#define | HWA_DONE_INTERRUPT_PRIORITY (1U) |
| Default HWA background thread done interrupt priority. More...
|
|
#define | HWA_ALTDONE_INTERRUPT_PRIORITY (1U) |
| Default HWA background thread done interrupt priority. More...
|
|
#define | HWA_PARAMSETDONE_INTERRUPT1_PRIORITY (1U) |
| Default HWA paramset done interrupt 1 priority. More...
|
|
#define | HWA_PARAMSETDONE_INTERRUPT2_PRIORITY (1U) |
| Default HWA paramset done interrupt 2 priority. More...
|
|
#define | HWA_LOCAL_RAM_ERR_PRIORITY (1U) |
| Default HWA local ram error interrupt priority. More...
|
|
#define | HWA_FEATURE_BIT_ENABLE ((uint8_t)1U) |
|
#define | HWA_FEATURE_BIT_DISABLE ((uint8_t)0U) |
|
#define | HWA_SAMPLES_WIDTH_16BIT ((uint8_t)0U) |
|
#define | HWA_SAMPLES_WIDTH_32BIT ((uint8_t)1U) |
|
#define | HWA_SAMPLES_FORMAT_COMPLEX ((uint8_t)0U) |
|
#define | HWA_SAMPLES_FORMAT_REAL ((uint8_t)1U) |
|
#define | HWA_SAMPLES_UNSIGNED ((uint8_t)0U) |
|
#define | HWA_SAMPLES_SIGNED ((uint8_t)1U) |
|
#define | HWA_FFT_WINDOW_NONSYMMETRIC ((uint8_t)0U) |
|
#define | HWA_FFT_WINDOW_SYMMETRIC ((uint8_t)1U) |
|
#define | HWA_FFT_WINDOW_INTERPOLATE_MODE_NONE ((uint8_t)0U) |
|
#define | HWA_FFT_WINDOW_INTERPOLATE_MODE_4K ((uint8_t)2U) |
|
#define | HWA_FFT_WINDOW_INTERPOLATE_MODE_8K ((uint8_t)1U) |
|
#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) |
|
#define | HWA_FFT_MODE_OUTPUT_DEFAULT ((uint8_t)0U) |
|
#define | HWA_FFT_MODE_OUTPUT_MAX_STATS ((uint8_t)2U) |
|
#define | HWA_FFT_MODE_OUTPUT_SUM_STATS ((uint8_t)3U) |
|
#define | HWA_NOISE_AVG_MODE_CFAR_CA ((uint8_t)0U) |
|
#define | HWA_NOISE_AVG_MODE_CFAR_CAGO ((uint8_t)1U) |
|
#define | HWA_NOISE_AVG_MODE_CFAR_CASO ((uint8_t)2U) |
|
#define | HWA_NOISE_AVG_MODE_CFAR_OS ((uint8_t)3U) |
|
#define | HWA_TRIG_MODE_IMMEDIATE ((uint8_t)0U) |
|
#define | HWA_TRIG_MODE_SOFTWARE ((uint8_t)1U) |
|
#define | HWA_TRIG_MODE_RESERVED1 ((uint8_t)2U) |
|
#define | HWA_TRIG_MODE_DMA ((uint8_t)3U) |
|
#define | HWA_TRIG_MODE_HARDWARE ((uint8_t)4U) |
|
#define | HWA_TRIG_MODE_RESERVED2 ((uint8_t)5U) |
|
#define | HWA_TRIG_MODE_RESERVED3 ((uint8_t)6U) |
|
#define | HWA_TRIG_MODE_SOFTWARE2 ((uint8_t)7U) |
|
#define | HWA_CONTEXTSWITCH_TRIG_MODE_DMA ((uint8_t)3U) |
|
#define | HWA_CONTEXTSWITCH_TRIG_MODE_HARDWARE ((uint8_t)4U) |
|
#define | HWA_CONTEXTSWITCH_TRIG_MODE_SOFTWARE ((uint8_t)5U) |
|
#define | HWA_THREAD_BACKGROUNDCONTEXT ((uint8_t)0U) |
|
#define | HWA_THREAD_ALTCONTEXT ((uint8_t)1U) |
|
#define | HWA_ACCELMODE_FFT ((uint8_t)0U) |
|
#define | HWA_ACCELMODE_CFAR ((uint8_t)1U) |
|
#define | HWA_ACCELMODE_COMPRESS ((uint8_t)2U) |
|
#define | HWA_ACCELMODE_LOCALMAX ((uint8_t)3U) |
|
#define | HWA_ACCELMODE_NONE ((uint8_t)7U) |
|
#define | HWA_CFAR_OPER_MODE_LOG_INPUT_REAL 0U |
|
#define | HWA_CFAR_OPER_MODE_LOG_INPUT_COMPLEX 1U |
|
#define | HWA_CFAR_OPER_MODE_MAG_INPUT_REAL 2U |
|
#define | HWA_CFAR_OPER_MODE_MAG_INPUT_COMPLEX 3U |
|
#define | HWA_CFAR_OPER_MODE_MAG_SQR_INPUT_REAL 4U |
|
#define | HWA_CFAR_OPER_MODE_MAG_SQR_INPUT_COMPLEX 5U |
|
#define | HWA_CFAR_OPER_MODE_LOG_INPUT_COMPLEX_LINEARCFAR 6U |
|
#define | HWA_CFAR_OUTPUT_MODE_I_nAVG_ALL_Q_CUT ((uint8_t)0U) |
|
#define | HWA_CFAR_OUTPUT_MODE_I_nAVG_ALL_Q_DET_FLAG ((uint8_t)1U) |
|
#define | HWA_CFAR_OUTPUT_MODE_I_PEAK_IDX_Q_NEIGHBOR_NOISE_VAL ((uint8_t)2U) |
|
#define | HWA_CFAR_OUTPUT_MODE_I_PEAK_IDX_Q_CUT ((uint8_t)3U) |
|
#define | HWA_CFAR_OUTPUT_MODE_FILTER_LARGE_PEAK ((uint8_t)4U) |
|
#define | HWA_RAM_TYPE_WINDOW_RAM ((uint8_t)0U) |
|
#define | HWA_RAM_TYPE_VECTORMULTIPLY_RAM ((uint8_t)1U) |
|
#define | HWA_RAM_TYPE_LUT_FREQ_DEROTATE_RAM ((uint8_t)2U) |
|
#define | HWA_RAM_TYPE_SHUFFLE_RAM ((uint8_t)3U) |
|
#define | HWA_RAM_TYPE_HIST_THRESH_RAM ((uint8_t)4U) |
|
#define | HWA_RAM_TYPE_2DSTAT_ITER_VAL ((uint8_t)5U) |
|
#define | HWA_RAM_TYPE_2DSTAT_ITER_IDX ((uint8_t)6U) |
|
#define | HWA_RAM_TYPE_2DSTAT_SAMPLE_VAL ((uint8_t)7U) |
|
#define | HWA_RAM_TYPE_2DSTAT_SAMPLE_IDX ((uint8_t)8U) |
|
#define | HWA_RAM_TYPE_HISTOGRAM_RAM ((uint8_t)9U) |
|
#define | HWA_CLIPREG_TYPE_DCACC ((uint8_t)0U) |
|
#define | HWA_CLIPREG_TYPE_DCEST ((uint8_t)1U) |
|
#define | HWA_CLIPREG_TYPE_DCSUB ((uint8_t)2U) |
|
#define | HWA_CLIPREG_TYPE_INTFSTATS_MAGACC ((uint8_t)3U) |
|
#define | HWA_CLIPREG_TYPE_INTFSTATS_MAGDIFFACC ((uint8_t)4U) |
|
#define | HWA_CLIPREG_TYPE_INTFSTATS_MAGTHRESHOLD ((uint8_t)5U) |
|
#define | HWA_CLIPREG_TYPE_INTFSTATS_MAGDIFFTHRESHOLD ((uint8_t)6U) |
|
#define | HWA_CLIPREG_TYPE_INTFSTATS_MAGSUM ((uint8_t)7U) |
|
#define | HWA_CLIPREG_TYPE_INTFSTATS_MAGDIFFSUM ((uint8_t)8U) |
|
#define | HWA_CLIPREG_TYPE_TWIDINCR_DELTAFRAC ((uint8_t)9U) |
|
#define | HWA_CLIPREG_TYPE_CHANCOMB ((uint8_t)10U) |
|
#define | HWA_CLIPREG_TYPE_FFT ((uint8_t)11U) |
|
#define | HWA_CLIPREG_TYPE_INPUTFORMAT ((uint8_t)12U) |
|
#define | HWA_CLIPREG_TYPE_OUTPUTFORMAT ((uint8_t)13U) |
|
#define | HWA_ACCUMULATORREG_TYPE_DC ((uint8_t)0U) |
|
#define | HWA_ACCUMULATORREG_TYPE_INTERF_MAG ((uint8_t)1U) |
|
#define | HWA_ACCUMULATORREG_TYPE_INTERF_MAGDIFF ((uint8_t)2U) |
|
#define | HWA_ACCUMULATORREG_TYPE_INTERF ((uint8_t)3U) |
|
#define | HWA_INTERFERENCE_THRESHOLD_TYPE_MAG ((uint8_t)0U) |
|
#define | HWA_INTERFERENCE_THRESHOLD_TYPE_MAGDIFF ((uint8_t)1U) |
|
#define | HWA_PARAMDONE_INTERRUPT_TYPE_CPU_INTR1 ((uint8_t)1U) |
|
#define | HWA_PARAMDONE_INTERRUPT_TYPE_CPU_INTR2 ((uint8_t)2U) |
|
#define | HWA_PARAMDONE_INTERRUPT_TYPE_DMA ((uint8_t)4U) |
|
#define | HWA_COMMONCONFIG_MASK_STATEMACHINE_CFG ((uint64_t)0x00000001U) |
|
#define | HWA_COMMONCONFIG_MASK_STATEMACHINE_CFG_ALT ((uint64_t)0x00000002U) |
|
#define | HWA_COMMONCONFIG_CONTEXTSWITCH_TRIG_CFG ((uint64_t)0x00000004U) |
|
#define | HWA_COMMONCONFIG_MASK_BPMCFG ((uint64_t)0x00000008U) |
|
#define | HWA_COMMONCONFIG_MASK_TWIDDITHERENABLE ((uint64_t)0x00000010U) |
|
#define | HWA_COMMONCONFIG_MASK_LFSRSEED ((uint64_t)0x00000020U) |
|
#define | HWA_COMMONCONFIG_MASK_FFTSUMDIV ((uint64_t)0x00000040U) |
|
#define | HWA_COMMONCONFIG_MASK_CFARTHRESHOLDSCALE ((uint64_t)0x00000080U) |
|
#define | HWA_COMMONCONFIG_MASK_DCEST_SCALESHIFT ((uint64_t)0x00000100U) |
|
#define | HWA_COMMONCONFIG_MASK_DCSUB_SWVAL ((uint64_t)0x00000200U) |
|
#define | HWA_COMMONCONFIG_MASK_INTERFMAG_THRESHOLD ((uint64_t)0x00000400U) |
|
#define | HWA_COMMONCONFIG_MASK_INTERFMAGDIFF_THRESHOLD ((uint64_t)0x00000800U) |
|
#define | HWA_COMMONCONFIG_MASK_INTERFSUM_MAG ((uint64_t)0x00001000U) |
|
#define | HWA_COMMONCONFIG_MASK_INTERFSUM_MAGDIFF ((uint64_t)0x00002000U) |
|
#define | HWA_COMMONCONFIG_MASK_COMPLEXMULT_SCALEARRAY ((uint64_t)0x00004000U) |
|
#define | HWA_COMMONCONFIG_MASK_COMPLEXMULT_SCALECONST ((uint64_t)0x00008000U) |
|
#define | HWA_COMMONCONFIG_MASK_RECWIN_RESET ((uint64_t)0x00010000U) |
|
#define | HWA_COMMONCONFIG_MASK_TWIDINCR_DELTA_FRAC ((uint64_t)0x00020000U) |
|
#define | HWA_COMMONCONFIG_MASK_CHANCOMB_VEC_SIZE ((uint64_t)0x00400000U) |
|
#define | HWA_COMMONCONFIG_MASK_ZEROINSERT_NUM_MASK ((uint64_t)0x00800000U) |
|
#define | HWA_COMMONCONFIG_MASK_MAX2D_OFFSETBOTHDIM ((uint64_t)0x01000000U) |
|
#define | HWA_COMMONCONFIG_MASK_CDFCNT_THRESHOLD ((uint64_t)0x02000000U) |
|
#define | HWA_COMMONCONFIG_MASK_LOCALMAXDIMB_THRESHOLDSW ((uint64_t)0x04000000U) |
|
#define | HWA_COMMONCONFIG_MASK_LOCALMAXDIMC_THRESHOLDSW ((uint64_t)0x08000000U) |
|
#define | HWA_COMMONCONFIG_MASK_LOCALMAXDIMBTHRESH_OFFSET ((uint64_t)0x10000000U) |
|
#define | HWA_COMMONCONFIG_MASK_LOCALMAXDIMCTHRESH_OFFSET ((uint64_t)0x20000000U) |
|
#define | HWA_COMMONCONFIG_MASK_INTERF_MITG_WINDOW_PARAM ((uint64_t)0x40000000U) |
|
#define | HWA_COMMONCONFIG_MASK_EGECOMRESS_KPARAM ((uint64_t)0x80000000U) |
|
#define | HWA_COMMONCONFIG_MASK_CFAR_DET_THR ((uint64_t)0x1000000000U) |
|
#define | HWA_SRC_SHUFFLE_AB_MODE_DISABLE ((uint8_t)0U) /** 0-disable */ |
|
#define | HWA_SRC_SHUFFLE_AB_MODE_ADIM ((uint8_t)1U) /** 1-SHUFFLE_LUT is used for sample index re-ordering in A dimension */ |
|
#define | HWA_SRC_SHUFFLE_AB_MODE_BDIM ((uint8_t)2U) /** 2- SHUFFLE_LUT is used in B-dimension */ |
|
#define | HWA_COMPLEX_MULTIPLY_MODE_DISABLE ((uint8_t)0U) /** 0-disable */ |
|
#define | HWA_COMPLEX_MULTIPLY_MODE_FREQ_SHIFTER ((uint8_t)1U) /** 1-Freq Shifter mode, see \ref HWA_ComplexMultiply::freqShiftTwiddleIncr */ |
|
#define | HWA_COMPLEX_MULTIPLY_MODE_SLOW_DFT ((uint8_t)2U) /** 2-slow DFT mode, see \ref HWA_CommonConfig::modeCfg::slowDFT::startFreq */ |
|
#define | HWA_COMPLEX_MULTIPLY_MODE_FFT_STITCHING ((uint8_t)3U) /** 3-FFT stitching mode, see \ref HWA_CommonConfig::modeCfg::FFTstitching::twiddlePattern and HWA_CommonConfig::modeCfg::FFTstitching::winInterpolateMode */ |
|
#define | HWA_COMPLEX_MULTIPLY_MODE_MAG_SQUARED ((uint8_t)4U) /** 4-Magnitude Squared mode */ |
|
#define | HWA_COMPLEX_MULTIPLY_MODE_SCALAR_MULT ((uint8_t)5U) /** 5-Scalar Multiplication mode, see \ref HWA_CommonConfig::modeCfg::scalerMultiply::scaleCmultScaleEn */ |
|
#define | HWA_COMPLEX_MULTIPLY_MODE_VECTOR_MULT ((uint8_t)6U) /** 6-Vector Multiplication mode, see \ref HWA_CommonConfig::modeCfg::vectorMultiplyMode1::cmultScaleEn and HWA_CommonConfig::modeCfg::vectorMultiplyMode1::ramAddrOffset */ |
|
#define | HWA_COMPLEX_MULTIPLY_MODE_VECTOR_MULT_2 ((uint8_t)7U) /** 7-Vector Multiplication mode 2, see \ref HWA_CommonConfig::modeCfg::vectorMultiplyMode2::ramAddrOffset */ |
|
#define | HWA_COMPLEX_MULTIPLY_MODE_RECURSIVE_WIN ((uint8_t)8U) /** 8- recursive windowing mode, see \ref HWA_CommonConfig::modeCfg::recursiveWin::recwinModeSel */ |
|
#define | HWA_COMPLEX_MULTIPLY_MODE_LUT_FREQ_DEROTATE ((uint8_t)9U) /** 9- LUT based frequency de-rotation mode, see \ref HWA_CommonConfig::modeCfg::lutFreqDerotate::ramAddrOffset and HWA_CommonConfig::modeCfg::lutFreqDerotate::ramIdxIncrMode */ |
|
#define | HWA_COMPLEX_MULTIPLY_MODE_FREQSHIFT_FREQINCREMENT ((uint8_t)10U) /** 10 - frequency shifter mode with frequency increment, see \ref HWA_CommonConfig::complexMultiplyConfig::twiddleDeltaFrac and \ref HWA_ComplexMultiply::twiddleIncr*/ |
|
#define | HWA_FFT_STITCHING_TWID_PATTERN_4K ((uint8_t)1U) /** 4K fft stitching twid factor pattern */ |
|
#define | HWA_FFT_STITCHING_TWID_PATTERN_8K ((uint8_t)2U) /** 8K fft stitching twid factor pattern */ |
|
#define | HWA_RECURSIVE_WIN_MODE_SELECT_ITERATION_COUNT ((uint8_t)0U) /** iteration count */ |
|
#define | HWA_FFT_STITCHING_TWID_PATTERN_EXE_COUNT ((uint8_t)1U) /** execution count */ |
|
#define | HWA_WINDOW_MODE_18BITREAL ((uint8_t)0U) |
|
#define | HWA_WINDOW_MODE_16BITREAL ((uint8_t)1U) |
|
#define | HWA_WINDOW_MODE_COMPLEX ((uint8_t)2U) |
|
#define | HWA_FFT3x_BFLY_SCALING_MSBSATURATED ((uint8_t)0U) |
|
#define | HWA_FFT3x_BFLY_SCALING_MSBSATLSBRND ((uint8_t)1U) |
|
#define | HWA_FFT3x_BFLY_SCALING_LSBROUNDED ((uint8_t)2U) |
|
#define | HWA_DCEST_INTERFSUM_RESET_MODE_NOUPDATE ((uint8_t)0U) /** Hold the internal accumulators without updating */ |
|
#define | HWA_DCEST_INTERFSUM_RESET_MODE_SOFTWARERESET ((uint8_t)1U) /** free-running without automatic reset, software can reset the accumulators by writing to either DC_EST_RESET_SW register for DC accumulator, or INTF_STATUS_RESET_SW for interference statistics */ |
|
#define | HWA_DCEST_INTERFSUM_RESET_MODE_PARAMRESET ((uint8_t)2U) /** Reset the internal accumulators at the start of parameter set (i.e per chirp accumulation) */ |
|
#define | HWA_DCEST_INTERFSUM_RESET_MODE_PARAMRESET_ZEROLPCONT ((uint8_t)3U) /** Reset the internal accumulators at the start of parameter set only if loop counter is 0 (i.e per frame accumulation) */ |
|
#define | HWA_INTERFTHRESH_MODE_MAG_OR_MAGDIF ((uint8_t)0U) /** interference threshold magnitude or Magnitude difference */ |
|
#define | HWA_INTERFTHRESH_MODE_MAGDIFF ((uint8_t)1U) /** interference threshold only magnitude difference */ |
|
#define | HWA_INTERFTHRESH_MODE_MAG ((uint8_t)2U) /** interference threshold only magnitude */ |
|
#define | HWA_INTERFTHRESH_MODE_MAG_AND_MAGDIFF ((uint8_t)3U) /** interference threshold magnitude AND magnitude difference */ |
|
#define | HWA_DCSUB_SELECT_DCSW ((uint8_t)0U) /** DC subtracted value comes from user defined through DC_I_SW[12] and DC_Q_SW[12] register */ |
|
#define | HWA_DCSUB_SELECT_DCEST ((uint8_t)1U) /** DC subtracted value comes from built-in DC estimation hardware, DC_EST_I_VAL[12] and DC_EST_I_VAL[12] registers */ |
|
#define | HWA_INTERFTHRESH_SELECT_SW |
|
#define | HWA_INTERFTHRESH_SELECT_EST_AVERAGE |
|
#define | HWA_INTERFTHRESH_SELECT_EST_INDIVIDUAL |
|
#define | HWA_INTERFMITIGATION_PATH_ZEROOUT ((uint8_t)0U) /** select the zero-out path in the interference mitigation module */ |
|
#define | HWA_INTERFMITIGATION_PATH_WINDOWZEROOUT ((uint8_t)1U) /** select the windowed zero-out path in the interference mitigation module */ |
|
#define | HWA_INTERFMITIGATION_PATH_LINEARINTERPOLATION ((uint8_t)2U) /** select the linear interpolation path path in the interference mitigation module */ |
|
#define | HWA_INTERFMITIGATION_PATH_UNUSED ((uint8_t)3U) /** un-used mode in the interference mitigation module */ |
|
#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 */ |
|
#define | HWA_HISTOGRAM_MODE_DISABLED ((uint8_t)0U) |
|
#define | HWA_HISTOGRAM_MODE_HISTOGRAM ((uint8_t)1U) |
|
#define | HWA_HISTOGRAM_MODE_CDF ((uint8_t)2U) |
|
#define | HWA_HISTOGRAM_MODE_CDF_THRESHOLD ((uint8_t)3U) |
|
#define | HWA_LOCALMAX_THRESH_BITMASK_BOTH_EN ((uint8_t)0U) |
|
#define | HWA_LOCALMAX_THRESH_BITMASK_CDIM_EN ((uint8_t)1U) |
|
#define | HWA_LOCALMAX_THRESH_BITMASK_BDIM_EN ((uint8_t)2U) |
|
#define | HWA_LOCALMAX_THRESH_BITMASK_BOTH_DIS ((uint8_t)3U) |
|
#define | HWA_LOCALMAX_THRESH_SELECT_DIMBREG_DIMCREG ((uint8_t)0U) |
|
#define | HWA_LOCALMAX_THRESH_SELECT_DIMBRAM_DIMCREG ((uint8_t)1U) |
|
#define | HWA_LOCALMAX_THRESH_SELECT_DIMBREG_DIMCRAM ((uint8_t)2U) |
|
#define | HWA_LOCALMAX_THRESH_SELECT_DIMBRAM_DIMCRAM ((uint8_t)3U) |
|
#define | HWA_COMPRESS_METHOD_EGE ((uint8_t)0U) |
|
#define | HWA_COMPRESS_METHOD_BFP ((uint8_t)1U) |
|
#define | HWA_CMP_DCMP_COMPRESS ((uint8_t)0U) |
|
#define | HWA_CMP_DCMP_DECOMPRESS ((uint8_t)1U) |
|
#define | HWA_COMPRESS_PATHSELECT_BOTHPASSES ((uint8_t)3U) |
|
#define | HWA_COMPRESS_PATHSELECT_SECONDPASS ((uint8_t)1U) |
|
#define | HWA_PARAMSET_CONTEXTSWITCH_DISABLE (0U) |
| disable the context switch in the paramset More...
|
|
#define | HWA_PARAMSET_CONTEXTSWITCH_NONFORCE_ENABLE (1U) |
| context swtich is allowed at the end the a paramset, CONTEXTSW_EN register bit is set More...
|
|
#define | HWA_PARAMSET_CONTEXTSWITCH_FORCE_ENABLE (2U) |
| after the paramset, the context switch is forced to happen wihthout the need of any trigger, the register FORCED_CONTEXTSW_EN in the parameter-set is set. More...
|
|
#define | HWA_APP_MEMINIT_PARAM_RAM (1U << 8U) |
| Bit mask to specify PARAM RAM MEM BANK, used with HWA_initializeRAM() More...
|
|
#define | HWA_APP_MEMINIT_WINDOW_RAM (1U << 9U) |
| Bit mask to specify PARAM RAM MEM BANK, used with HWA_initializeRAM() More...
|
|
#define | HWA_APP_MEMINIT_PER_SAMPLE_MAX_VAL_EVEN_RAM (1U << 10U) |
| Bit mask to specify PARAM RAM MEM BANK, used with HWA_initializeRAM() More...
|
|
#define | HWA_APP_MEMINIT_PER_SAMPLE_MAX_VAL_ODD_RAM (1U << 11U) |
| Bit mask to specify PARAM RAM MEM BANK, used with HWA_initializeRAM() More...
|
|
#define | HWA_APP_MEMINIT_PER_ITER_MAX_VAL_RAM (1U << 12U) |
| Bit mask to specify PARAM RAM MEM BANK, used with HWA_initializeRAM() More...
|
|
#define | HWA_APP_MEMINIT_HIST_EVEN_RAM (1U << 13U) |
| Bit mask to specify PARAM RAM MEM BANK, used with HWA_initializeRAM() More...
|
|
#define | HWA_APP_MEMINIT_HIST_ODD_RAM (1U << 14U) |
| Bit mask to specify PARAM RAM MEM BANK, used with HWA_initializeRAM() More...
|
|
#define | HWA_APP_MEMINIT_MEMBANK_ALL |
| Bit mask to specify ALL MEM BANKs, used with HWA_initializeRAM() More...
|
|
|
void | HWA_init (void) |
| Function to initialize the HWA module. More...
|
|
void | HWA_deinit (void) |
| Function to deinitialize the HWA module. More...
|
|
HWA_Handle | HWA_open (uint32_t index, HWA_OpenConfig *hwaCfg, int32_t *errCode) |
| Function to initialize HWA specified by the particular index value. More...
|
|
int32_t | HWA_close (HWA_Handle handle) |
| Function to close a HWA peripheral specified by the HWA handle. More...
|
|
int32_t | HWA_reset (HWA_Handle handle) |
| Function to reset the internal state machine of the HWA. More...
|
|
int32_t | HWA_initializeRAM (HWA_Handle handle, uint32_t ramMemBankMask) |
| Function to initialize RAM memory banks in HWA. More...
|
|
DSSHWACCRegs * | HWA_getCommonCtrlAddr (HWA_Handle handle) |
| Function to returns the HWA common control base address. More...
|
|
DSSHWACCPARAMRegs * | HWA_getParamSetAddr (HWA_Handle handle, uint8_t paramsetIdx) |
| Function to returns the HWA paramSet base address. More...
|
|
int32_t | HWA_configCommon (HWA_Handle handle, HWA_CommonConfig *commonConfig) |
| Function to set the common HWA configuration parameters needed for the next operations/iterations/paramsets of HWA. More...
|
|
int32_t | HWA_configParamSet (HWA_Handle handle, uint8_t paramsetIdx, HWA_ParamConfig *paramConfig, HWA_SrcDMAConfig *dmaConfig) |
| Function to set the HWA configuration parameters for a given paramSet. More...
|
|
int32_t | HWA_getDMAconfig (HWA_Handle handle, uint8_t dmaTriggerSrc, HWA_SrcDMAConfig *dmaConfig) |
| Function to get the config to program the DMA for a given DMA Trigger channel. Application should use the returned config to program the DMA so that it can then in turn trigger the paramset. Application should make sure that the channel provided here in dmaTriggerSrc should match the HWA_ParamConfig::triggerSrc passed to HWA_configParamSet() More...
|
|
int32_t | HWA_configRam (HWA_Handle handle, uint8_t ramType, uint8_t *data, uint32_t dataSize, uint32_t startIdx) |
| Function to set the HWA RAM : HWA_RAM_TYPE_WINDOW_RAM, HWA_RAM_TYPE_VECTORMULTIPLY_RAM, HWA_RAM_TYPE_LUT_FREQ_DEROTATE_RAM or HWA_RAM_TYPE_SHUFFLE_RAM. More...
|
|
uint32_t | HWA_getRamAddress (uint8_t ramType) |
| Function to get the RAM starting address for one specified RAM type. More...
|
|
int32_t | HWA_readRam (HWA_Handle handle, uint8_t ramType, uint8_t *data, uint32_t dataSize, uint32_t startIdx) |
| Function to read the HWA 2D statistics output RAM, including HWA_RAM_TYPE_2DSTAT_ITER_VAL, HWA_RAM_TYPE_2DSTAT_ITER_IDX, HWA_RAM_TYPE_2DSTAT_SAMPLE_VAL, HWA_RAM_TYPE_2DSTAT_SAMPLE_IDX or HWA_RAM_TYPE_HISTOGRAM_RAM, except the HWA_RAM_TYPE_HIST_THRESH_RAM. More...
|
|
int32_t | HWA_readHistThresholdRam (HWA_Handle handle, HWA_CdfThreshold *cdfThresholdResult, uint8_t numSampleIndices, uint8_t startSampleIdx) |
| Function to read the HWA HWA_RAM_TYPE_HIST_THRESH_RAM RAM. More...
|
|
int32_t | HWA_enableParamSetInterrupt (HWA_Handle handle, uint8_t paramsetIdx, HWA_InterruptConfig *intrConfig) |
| Function to enable the CPU and/or DMA interrupt after a paramSet completion. The CPU interrupt for every paramset completion may not be supported on all devices - see HWA_Attrs::isConcurrentAccessAllowed. More...
|
|
int32_t | HWA_paramSetDonePolling (HWA_Handle handle, uint8_t numParamSets, uint8_t *paramsetsArray) |
| Function to poll the PARAM_DONE_SET_STATUS_0 and PARAM_DONE_SET_STATUS_1 registers to check if the specified paramsets are finished. More...
|
|
int32_t | HWA_singleParamSetDonePolling (HWA_Handle handle, uint8_t paramsetIndex) |
| Function to poll the PARAM_DONE_SET_STATUS_0 or PARAM_DONE_SET_STATUS_1 registers to check if one single specified paramset is finished. More...
|
|
int32_t | HWA_enableDoneInterrupt (HWA_Handle handle, uint8_t threadIdx, HWA_Done_IntHandlerFuncPTR callbackFn, void *callbackArg) |
| Function to enable the CPU interrupt after all programmed paramSets have been completed in the background or ALT thread. More...
|
|
int32_t | HWA_disableParamSetInterrupt (HWA_Handle handle, uint8_t paramsetIdx, uint8_t interruptTypeFlag) |
| Function to disable the CPU and/or DMA interrupt after a paramSet completion. More...
|
|
int32_t | HWA_disableDoneInterrupt (HWA_Handle handle, uint8_t threadIdx) |
| Function to disable the CPU interrupt after all programmed paramSets have been completed. More...
|
|
int32_t | HWA_enable (HWA_Handle handle, uint8_t flagEnDis) |
| Function to enable the state machine of the HWA. This should be called after paramset and RAM have been programmed. More...
|
|
int32_t | HWA_enableContextSwitch (HWA_Handle handle, uint8_t flagEnDis) |
| Function to enable or disable the context switching in hwa. More...
|
|
int32_t | HWA_setSoftwareTrigger (HWA_Handle handle, uint8_t swTriggerType) |
| Function to manually trigger the execution of the state machine via software, the software trigger through either FW2HWA_TRIG_0 or FW2HWA_TRIG_1 register if the trigger is set to HWA_TRIG_MODE_SOFTWARE from DSP/R5F, trigger is done through FW2HWA_TRIG_0 if the trigger is set to HWA_TRIG_MODE_SOFTWARE2 from DSP/R5F, trigger is done through FW2HWA_TRIG_1. More...
|
|
int32_t | HWA_setContextswitchSoftwareTrigger (HWA_Handle handle) |
| Function to manually trigger the execution of the state machine via software in context switch, the software trigger through CS_FW2ACC_TRIG register. More...
|
|
int32_t | HWA_setContextswitchDMAManualTrigger (HWA_Handle handle, uint8_t idx) |
| Function to manually trigger the execution of the state machine via DMA trigger in context switch. More...
|
|
int32_t | HWA_softwareResetAccumulators (HWA_Handle handle, uint8_t accumulatortype) |
| Function for sofware to reset the DC accumulators or interference statistics accumulators. More...
|
|
int32_t | HWA_softwareResetRecursiveWinKvalue (HWA_Handle handle) |
| Function resets the paramset counter used in recurise windowing mode with REC_WIN_MODE_SEL is set to 1. More...
|
|
int32_t | HWA_softwareResetTwidIncrDeltaFrac (HWA_Handle handle) |
| Function resets the execution counter if complex multiply is configured as frequency shifter mode with frequency increment (mode 10) More...
|
|
int32_t | HWA_setDMA2ACCManualTrig (HWA_Handle handle, uint8_t idx) |
| Function to manually trigger the execution of the state machine waiting on DMA via software. More...
|
|
int32_t | HWA_setSourceAddress (HWA_Handle handle, uint16_t paramIdx, uint32_t sourceAddress) |
| Function to set the source address for one paramset. More...
|
|
int32_t | HWA_readClipStatus (HWA_Handle handle, uint16_t *clipStatusResult, uint8_t type) |
| Function to read the Clip Status registers. More...
|
|
int32_t | HWA_clearClipStatus (HWA_Handle handle, uint8_t type) |
| Function to clear the Clip Status registers. More...
|
|
int32_t | HWA_readStatsReg (HWA_Handle handle, HWA_Stats *pStats, uint8_t numIter) |
| Function to read the 4 sets of 'MAX' statistics register. More...
|
|
int32_t | HWA_readCFARPeakCountReg (HWA_Handle handle, uint8_t *pbuf, uint8_t size) |
| Function to read the PEAKCNT register. More...
|
|
int32_t | HWA_readDebugReg (HWA_Handle handle, HWA_DebugStats *pStats) |
| Function to read the debug registers (paramcurr, loopcou, acc_trig_in_stat) More...
|
|
int32_t | HWA_clearDebugReg (HWA_Handle handle) |
| Function to clear the debug registers (acc_trig_in_clr) More...
|
|
int32_t | HWA_getHWAMemInfo (HWA_Handle handle, HWA_MemInfo *memInfo) |
| Function to get HWA processing Memory information including address, size and number of banks. More...
|
|
int32_t | HWA_getDMAChanIndex (HWA_Handle handle, uint8_t edmaChanId, uint8_t *hwaDestChan) |
| Function to get the dma destination index with a given EDMA channel number This function assumes the EDMA channel number is from the first EDMA instance. More...
|
|
int32_t | HWA_getEDMAChanId (HWA_Handle handle, uint8_t hwaDMAdestChan) |
| Function to get the edma EDMA channel number from a given HWA paramset destination channel. This function assumes the EDMA channel number is from the first EDMA instance. More...
|
|
int32_t | HWA_readDCEstimateReg (HWA_Handle handle, cmplx32ImRe_t *pbuf, uint8_t startIdx, uint8_t size) |
| Function to read the DC_EST_I/Q register. More...
|
|
int32_t | HWA_readIntfAccReg (HWA_Handle handle, uint64_t *accBuf, uint8_t type, uint8_t startIdx, uint8_t size) |
| Function to read the interference threshold MAG or MAGDIFF Accumulator register. More...
|
|
int32_t | HWA_readDCAccReg (HWA_Handle handle, cmplx64ImRe_t *accbuf, uint8_t startIdx, uint8_t size) |
| Function to read the DC estimation accumulator register,. More...
|
|
int32_t | HWA_readInterfChirpCountReg (HWA_Handle handle, uint16_t *numInterfSamplesChirp) |
| Function to read the number of samples that exceeded the threshold in a chirp. More...
|
|
int32_t | HWA_readInterfFrameCountReg (HWA_Handle handle, uint32_t *numInterfSamplesFrame) |
| Function to read the number of samples that exceeded the threshold in a frame. More...
|
|
int32_t | HWA_readInterfThreshReg (HWA_Handle handle, uint32_t *pbuf, uint8_t startIdx, uint8_t size, uint8_t type) |
| Function to read the interference statistics INTF_LOC_THRESH_MAG_VAL or INTF_LOC_THRESH_MAG_VAL registers. More...
|
|
int32_t | HWA_controlPeripheralSuspendMode (HWA_Handle handle, uint8_t flagEnDis) |
| Function to control the suspend mode of the peripheral when the controlling processor (where this driver is instantiated) is halted. More...
|
|
int32_t | HWA_configureSingleStep (HWA_Handle handle, uint8_t flagEnDis) |
| Function to enable/disable single-stepping approach which pauses the HWA execution after each param-set. More...
|
|
int32_t | HWA_triggerSingleStep (HWA_Handle handle) |
| Function to Trigger single-step. This triggers state machine to execute one parameter-set at a time and wait for the next single step trigger. More...
|
|