NXP Reader Library  v17.1.0.2535

Describes the definitions for ProtectPage command. More...

Collaboration diagram for ProtectPage:

Macros

#define PHAL_ICODE_PROTECT_PAGE_PUBLIC   0x00U
 Option to indicate protection status as public.
 
#define PHAL_ICODE_PROTECT_PAGE_READ_WRITE_READ_PASSWORD   0x01U
 Option to indicate protection status as. More...
 
#define PHAL_ICODE_PROTECT_PAGE_WRITE_PASSWORD   0x10U
 Option to indicate protection status as. More...
 
#define PHAL_ICODE_PROTECT_PAGE_READ_WRITE_PASSWORD_SEPERATE   0x11U
 Option to indicate protection status as. More...
 

Detailed Description

Describes the definitions for ProtectPage command.

Macro Definition Documentation

◆ PHAL_ICODE_PROTECT_PAGE_READ_WRITE_READ_PASSWORD

#define PHAL_ICODE_PROTECT_PAGE_READ_WRITE_READ_PASSWORD   0x01U

Option to indicate protection status as.

  • 32-bit Password Protection: Read and Write protection by Read password.
  • 64-bit Password Protection: Read and Write protection by Read plus Write password.
  • ICode DNA or other products that supports AES authentication, Mutual-Authentication with a key with read privilege is required.

◆ PHAL_ICODE_PROTECT_PAGE_WRITE_PASSWORD

#define PHAL_ICODE_PROTECT_PAGE_WRITE_PASSWORD   0x10U

Option to indicate protection status as.

  • 32-bit Password Protection: Write protection by Write password.
  • 64-bit Password Protection: Write protection by Read plus Write password.
  • ICode DNA or other products that supports AES authentication, Mutual-Authentication with a key with write privilege is required.

◆ PHAL_ICODE_PROTECT_PAGE_READ_WRITE_PASSWORD_SEPERATE

#define PHAL_ICODE_PROTECT_PAGE_READ_WRITE_PASSWORD_SEPERATE   0x11U

Option to indicate protection status as.

  • 32-bit Password Protection: Read protected by Read and Write protection by Write password.
  • 64-bit Password Protection: Read and Write protection by Read plus Write password.
  • ICode DNA or other products that supports AES authentication, Mutual-Authentication with a key with read and write privileges is required.