xWRL6432 MMWAVE-L-SDK  05.04.00.01

Introduction

Macros that define values for the selecting either the compression or the decompression mode of CMP_DCMP_Engine.

Value Mode
0 Compression
1 Decompression

Macros

#define HWA_CMP_DCMP_COMPRESS   ((uint8_t)0U)
 
#define HWA_CMP_DCMP_DECOMPRESS   ((uint8_t)1U)
 

Macro Definition Documentation

◆ HWA_CMP_DCMP_COMPRESS

#define HWA_CMP_DCMP_COMPRESS   ((uint8_t)0U)

Compression mode.

◆ HWA_CMP_DCMP_DECOMPRESS

#define HWA_CMP_DCMP_DECOMPRESS   ((uint8_t)1U)

Decompression mode.