-
CONFIG_NFC_T4T_ISODEP_DESELECT_RETRY
¶
NFC-A Type 4 Tag S(DESELECT) retry
Type: int
Help¶
NFC-A Type 4 Tag ISO-DEP S(WTX) retry count. According to NFC Forum
Digital Specification 2.0 16.2.7.
Default¶
0
Kconfig definition¶
At <nRF>/subsys/nfc/t4t/Kconfig:53
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:50
→ <nRF>/subsys/Kconfig:20
→ <nRF>/subsys/nfc/Kconfig:11
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → NFC → NFC Type 4 Tag isodep
config NFC_T4T_ISODEP_DESELECT_RETRY
int "NFC-A Type 4 Tag S(DESELECT) retry"
range 0 5
default 0
depends on NFC_T4T_ISODEP
help
NFC-A Type 4 Tag ISO-DEP S(WTX) retry count. According to NFC Forum
Digital Specification 2.0 16.2.7.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)