EVE 1.0
nfc_nxp_t Struct Reference

NFC driver descriptor: static structure for configuration of driver instance. More...

#include <nfc-nxp.h>

Collaboration diagram for nfc_nxp_t:

Data Fields

const struct nfc_ndef_changed_cb_table_tNdefChangedCbTable
 table of interrupt handlers for supported NFC message types
 
struct nfc_nxp_state_tState
 Pointer to the NFC state.
 
const struct spi_tSpi
 Pointer to the SPI interface instance.
 
const struct spi_cs_t SpiCs
 SPI CS settings.
 
uint32_t SpiBaudrate
 SPI speed.
 
const struct adc_channel_tAdcIcc
 ADC channel used for ICC measurement.
 
nfc_irq_callback_t NfcIrqCb
 interrupt handler
 
uint8_t IrqPin
 IRQn pin.
 
uint8_t ResetPin
 RSTPDn pin.
 
uint8_t DetectPin
 Card detect sense enable pin.
 
uint8_t sens_res_def [2]
 ATQ bytes - needed for anti-collision.
 
uint8_t nfc_id1_def [3]
 user defined bytes of the UID (one is hardcoded) - needed for anti-collision
 
uint8_t sel_res_def
 SAK (ISO18092mT or ISO14443P4 Card) - needed for anti-collision.
 
uint8_t nfc_id3_def
 NFC3 byte - required for anti-collision.
 
uint8_t aAtsRes_def [5]
 ATS Response send for RATS: |TL|T0|TA|TB|TC|.
 
uint8_t GI_def [13]
 General information bytes to be sent with ATR */.
 

Detailed Description

NFC driver descriptor: static structure for configuration of driver instance.

Definition at line 134 of file nfc-nxp.h.