39 lines
1.0 KiB
Plaintext
39 lines
1.0 KiB
Plaintext
|
##This file needs to be pushed into /vendor/etc/libese-nxp.conf
|
||
|
|
||
|
###############################################################################
|
||
|
# Application options
|
||
|
SE_DEBUG_ENABLED=1
|
||
|
|
||
|
|
||
|
#Timeout in secs
|
||
|
NXP_SWP_RD_TAG_OP_TIMEOUT=0xFF
|
||
|
|
||
|
#WTX Count in secs
|
||
|
NXP_WTX_COUNT_VALUE=240
|
||
|
|
||
|
# PN67T_PWR_SCHEME 0x01
|
||
|
# PN80T_LEGACY_PWR_SCHEME 0x02
|
||
|
# PN80T_EXT_PMU_SCHEME 0x03
|
||
|
NXP_POWER_SCHEME=0x02
|
||
|
|
||
|
# For SOF = 0x5A 0x01
|
||
|
# For SOF = 0x00 0x02
|
||
|
NXP_SOF_WRITE=0x01
|
||
|
|
||
|
#SPI Thorughput measurement log enabled(1)/disabled(0) in kernel
|
||
|
NXP_TP_MEASUREMENT=0x00
|
||
|
|
||
|
#Enable/Disable interface reset as part of SPI open
|
||
|
NXP_SPI_INTF_RST_ENABLE=0x00
|
||
|
|
||
|
###############################################################################
|
||
|
# SPI WRITE TIMEOUT for RF event synchronization
|
||
|
NXP_SPI_WRITE_TIMEOUT=0x14
|
||
|
|
||
|
###############################################################################
|
||
|
# SPI Device Node name
|
||
|
NXP_ESE_DEV_NODE="/dev/p73"
|
||
|
|
||
|
#MAX NO OF R_NACK RETRY ALLOWED IN CASE OF CRC FAILURE
|
||
|
NXP_MAX_RNACK_RETRY=0x0A
|