ST Expansion SW Team / RFAL

Dependents:   mbed-os-nfc05a1

Embed: (wiki syntax)

« Back to documentation index

rfalNfcDepTargetParam Struct Reference

rfalNfcDepTargetParam Struct Reference
[NFC-DEP]

#include <rfal_nfcDep.h>

Data Fields

rfalNfcDepCommMode commMode
uint8_t nfcid3 [RFAL_NFCDEP_NFCID3_LEN]
uint8_t bst
uint8_t brt
uint8_t to
uint8_t ppt
uint8_t GBt [RFAL_NFCDEP_GB_MAX_LEN]
uint8_t GBtLen
uint8_t operParam

Detailed Description

NFCIP Protocol structure for P2P Target

operParam : derives from NFC-Forum NCI NFC-DEP Operation Parameter NCI 1.1 Table 86: NFC-DEP Operation Parameter and it's a bit mask composed as: [ 0000b | Chain SHALL use max. Transport Data Byte[1b] | I-PDU with no Transport Data SHALL NOT be sent [1b] | NFC-DEP Target SHALL NOT send RTOX request [1b] ]

Definition at line 383 of file rfal_nfcDep.h.


Field Documentation

uint8_t brt

Target's Bit Rates supported in Rx

Definition at line 387 of file rfal_nfcDep.h.

uint8_t bst

Target's Bit Rates supported in Tx

Definition at line 386 of file rfal_nfcDep.h.

Target in Active P2P or Passive P2P

Definition at line 384 of file rfal_nfcDep.h.

uint8_t GBt[RFAL_NFCDEP_GB_MAX_LEN]

Target's General Bytes (Gt)

Definition at line 390 of file rfal_nfcDep.h.

uint8_t GBtLen

Target's General Bytes length

Definition at line 391 of file rfal_nfcDep.h.

uint8_t nfcid3[RFAL_NFCDEP_NFCID3_LEN]

Target's NFCID3

Definition at line 385 of file rfal_nfcDep.h.

uint8_t operParam

NFC-DEP Operation Parameter

Definition at line 392 of file rfal_nfcDep.h.

uint8_t ppt

Target's Presence optional Params(PPt)

Definition at line 389 of file rfal_nfcDep.h.

uint8_t to

Target's timeout (TO) value

Definition at line 388 of file rfal_nfcDep.h.