Files
Momentum-Firmware/lib/nfc/helpers/nxp_native_command_mode.h
2025-03-22 11:36:34 +00:00

12 lines
273 B
C

#pragma once
/**
* @brief Enumeration of possible command modes.
*/
typedef enum {
NxpNativeCommandModePlain, /**< Plain native commands. */
NxpNativeCommandModeIsoWrapped, /**< ISO 7816-wrapped commands. */
NxpNativeCommandModeMAX,
} NxpNativeCommandMode;