# List of Enums ## A3XDLogLevel Log Levels ```{list-table} :widths: 20 10 70 :class: list-table * - Constant Name - Value - Description * - `Fatal` - 0 - Fatal error * - `Error` - 1 - Error * - `Warning` - 2 - Warning * - `Information` - 3 - General information * - `Debug` - 4 - Debug information ``` --- ## A3XDMemoryBank Target Memory Bank ```{list-table} :widths: 20 10 70 :class: list-table * - Constant Name - Value - Description * - `RESERVED` - 0 - RESERVED area * - `EPC` - 1 - EPC area * - `TID` - 2 - TID area * - `USER` - 3 - USER area * - `NONE` - 4 - Not specified ``` --- ## A3XDReadMemoryType Indicates whether the memory bank data length is 65 words or more ```{list-table} :widths: 20 10 70 :class: list-table * - Constant Name - Value - Description * - `NORMAL` - 0 - Read data word length is 64 words or less * - `LONG_DATA` - 1 - Read data word length is 65 words or more ``` --- ## A3XDWriteMemoryType Type of Writing ```{list-table} :widths: 20 10 70 :class: list-table * - Constant Name - Value - Description * - `NORMAL` - 0 - Standard memory writing * - `BLOCK` - 1 - Faster writing. Compatible with specific tags. ```