NXP Reader Library  v17.1.0.2535

The Options for representing operation to perform for the GPIO configured as output. More...

Collaboration diagram for Mode_Output:

Macros

#define PHAL_NTAGXDNA_GPIO_OPERATION_GPIO_CONTROL_CLEAR   0x00U
 Option to indicate GPIO Control as CLEAR. More...
 
#define PHAL_NTAGXDNA_GPIO_OPERATION_GPIO_CONTROL_SET   0x01U
 Option to indicate GPIO Control as SET. More...
 
#define PHAL_NTAGXDNA_GPIO_OPERATION_GPIO_CONTROL_TOGGLE   0x02U
 Option to indicate GPIO Control as TOGGLE. More...
 
#define PHAL_NTAGXDNA_GPIO_OPERATION_NO_NFC_ACTION   0x00U
 Option to indicate No NFC action.
 
#define PHAL_NTAGXDNA_GPIO_OPERATION_PAUSE_NFC   0x80U
 Option to indicate Pause NFC (only accepted over NFC).
 
#define PHAL_NTAGXDNA_GPIO_OPERATION_RELEASE_NFC_PAUSE   0x80U
 Option to indicate Release NFC Pause (only accepted over I2C)
 

Detailed Description

The Options for representing operation to perform for the GPIO configured as output.

Macro Definition Documentation

◆ PHAL_NTAGXDNA_GPIO_OPERATION_GPIO_CONTROL_CLEAR

#define PHAL_NTAGXDNA_GPIO_OPERATION_GPIO_CONTROL_CLEAR   0x00U

Option to indicate GPIO Control as CLEAR.

Clear the GPIO state to LOW(not driven) or stop power harvesting depending on the mode.

◆ PHAL_NTAGXDNA_GPIO_OPERATION_GPIO_CONTROL_SET

#define PHAL_NTAGXDNA_GPIO_OPERATION_GPIO_CONTROL_SET   0x01U

Option to indicate GPIO Control as SET.

Set the GPIO State to HIGH (driven) or start power harvesting depending on the mode.

◆ PHAL_NTAGXDNA_GPIO_OPERATION_GPIO_CONTROL_TOGGLE

#define PHAL_NTAGXDNA_GPIO_OPERATION_GPIO_CONTROL_TOGGLE   0x02U

Option to indicate GPIO Control as TOGGLE.

Toggle the GPIO State or power harvesting state depending on the mode.