|
cryptnox-sdk-esp32 1.0.0
ESP32 SDK for Cryptnox Hardware Wallet
|
Implementation of Pn532NfcTransport — ESP-IDF PN532 NFC transport. More...
#include "Pn532NfcTransport.h"Go to the source code of this file.
Variables | |
| static const uint32_t | PN532_FW_IC_SHIFT = 24U |
| static const uint32_t | PN532_FW_VER_SHIFT = 16U |
| static const uint32_t | PN532_FW_REV_SHIFT = 8U |
| static const uint32_t | PN532_BYTE_MASK = 0xFFU |
Implementation of Pn532NfcTransport — ESP-IDF PN532 NFC transport.
Thin delegation layer: every method forwards directly to the corresponding PN532 NFC driver function. Full API documentation lives on the declarations in Pn532NfcTransport.h.
Definition in file Pn532NfcTransport.cpp.
|
static |
Definition at line 20 of file Pn532NfcTransport.cpp.
Referenced by Pn532NfcTransport::printFirmwareVersion().
|
static |
Definition at line 17 of file Pn532NfcTransport.cpp.
Referenced by Pn532NfcTransport::printFirmwareVersion().
|
static |
Definition at line 19 of file Pn532NfcTransport.cpp.
Referenced by Pn532NfcTransport::printFirmwareVersion().
|
static |
Definition at line 18 of file Pn532NfcTransport.cpp.
Referenced by Pn532NfcTransport::printFirmwareVersion().