|
OpenOCD
|

Go to the source code of this file.
Macros | |
| #define | OPTIONS_128 0x01 /* Perform 128 bit flash writes */ |
| #define | OPTIONS_AUTH 0x04 /* Authenticate the flash contents */ |
| #define | OPTIONS_COUNT 0x08 /* Add counter values to authentication */ |
| #define | OPTIONS_ENC 0x02 /* Encrypt the flash contents */ |
| #define | OPTIONS_INTER 0x10 /* Interleave the authentication and count values*/ |
| #define | OPTIONS_KEYSIZE 0x40 /* Use a 256 bit KEY */ |
| #define | OPTIONS_QSPI 0x80 /* Use quad SPI */ |
| #define | OPTIONS_RELATIVE_XOR 0x20 /* Only XOR the offset of the address when encrypting */ |
| #define OPTIONS_128 0x01 /* Perform 128 bit flash writes */ |
Definition at line 11 of file max32xxx_options.h.
| #define OPTIONS_AUTH 0x04 /* Authenticate the flash contents */ |
Definition at line 13 of file max32xxx_options.h.
| #define OPTIONS_COUNT 0x08 /* Add counter values to authentication */ |
Definition at line 14 of file max32xxx_options.h.
| #define OPTIONS_ENC 0x02 /* Encrypt the flash contents */ |
Definition at line 12 of file max32xxx_options.h.
| #define OPTIONS_INTER 0x10 /* Interleave the authentication and count values*/ |
Definition at line 15 of file max32xxx_options.h.
Definition at line 17 of file max32xxx_options.h.
| #define OPTIONS_QSPI 0x80 /* Use quad SPI */ |
Definition at line 18 of file max32xxx_options.h.
Definition at line 16 of file max32xxx_options.h.