You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.0 KiB
39 lines
1.0 KiB
4 months ago
|
##This file needs to be pushed into /vendor/etc/libese-nxp.conf
|
||
|
|
||
|
###############################################################################
|
||
|
# Application options
|
||
|
SE_DEBUG_ENABLED=0
|
||
|
|
||
|
|
||
|
#Timeout in secs
|
||
|
NXP_SWP_RD_TAG_OP_TIMEOUT=0xFF
|
||
|
|
||
|
#WTX Count in secs
|
||
|
NXP_WTX_COUNT_VALUE=90
|
||
|
|
||
|
# 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=0x01
|
||
|
|
||
|
###############################################################################
|
||
|
# SPI WRITE TIMEOUT for RF event synchronization
|
||
|
NXP_SPI_WRITE_TIMEOUT=0x14
|
||
|
|
||
|
###############################################################################
|
||
|
# SPI Device Node name
|
||
|
NXP_ESE_DEV_NODE="/dev/pn81a"
|
||
|
|
||
|
#MAX NO OF R_NACK RETRY ALLOWED IN CASE OF CRC FAILURE
|
||
|
NXP_MAX_RNACK_RETRY=0x0A
|