OpenOCD
max32xxx_options.h File Reference
This graph shows which files directly or indirectly include this file:

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 */
 

Macro Definition Documentation

◆ OPTIONS_128

#define OPTIONS_128   0x01 /* Perform 128 bit flash writes */

Definition at line 11 of file max32xxx_options.h.

◆ OPTIONS_AUTH

#define OPTIONS_AUTH   0x04 /* Authenticate the flash contents */

Definition at line 13 of file max32xxx_options.h.

◆ OPTIONS_COUNT

#define OPTIONS_COUNT   0x08 /* Add counter values to authentication */

Definition at line 14 of file max32xxx_options.h.

◆ OPTIONS_ENC

#define OPTIONS_ENC   0x02 /* Encrypt the flash contents */

Definition at line 12 of file max32xxx_options.h.

◆ OPTIONS_INTER

#define OPTIONS_INTER   0x10 /* Interleave the authentication and count values*/

Definition at line 15 of file max32xxx_options.h.

◆ OPTIONS_KEYSIZE

#define OPTIONS_KEYSIZE   0x40 /* Use a 256 bit KEY */

Definition at line 17 of file max32xxx_options.h.

◆ OPTIONS_QSPI

#define OPTIONS_QSPI   0x80 /* Use quad SPI */

Definition at line 18 of file max32xxx_options.h.

◆ OPTIONS_RELATIVE_XOR

#define OPTIONS_RELATIVE_XOR   0x20 /* Only XOR the offset of the address when encrypting */

Definition at line 16 of file max32xxx_options.h.