EVE 1.0
nfc-nrf.h File Reference

Driver for NFC in EVE. More...

#include <nfc_t2t_lib.h>
Include dependency graph for nfc-nrf.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...
 

Detailed Description

Driver for NFC in EVE.

Author
DT, SE, Jetro AS

Definition in file nfc-nrf.h.