![]() |
EVE 1.0
|
Driver for NFC in EVE. More...
#include <nfc_t2t_lib.h>
Go to the source code of this file.
Data Structures | |
struct | nfc_nrf_t |
NFC driver descriptor: static structure for configuration of driver instance. More... | |
struct | nfc_nrf_state_t |
holds current NFC instance state variables. More... | |
Functions | |
bool | NfcNrfLibInit (const struct nfc_nrf_t *Nfc) |
Initializes the NRF NFC interface. More... | |
bool | NfcNrfLibDisable (const struct nfc_nrf_t *Nfc) |
Disables NFC card emulation. More... | |
void | NfcNrfSetNdefFile (const struct nfc_nrf_t *Nfc, uint8_t *NdefFile, uint16_t NdefFileSize) |
Sets a memory buffer as an NDEF file for subsequent NfcNrfCardEmulation function call. . More... | |
void | NfcNrfCardEmulation (const struct nfc_nrf_t *Nfc) |
Starts card emulation. More... | |
Driver for NFC in EVE.
Definition in file nfc-nrf.h.