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

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) | |
The Options for representing operation to perform for the GPIO configured as output.
| #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.
| #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.
| #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.