Go to the source code of this file.
Enumerator |
---|
NFC_FACTORY_BIT_RATE_106 |
|
NFC_FACTORY_BIT_RATE_212 |
|
NFC_FACTORY_BIT_RATE_424 |
|
NFC_FACTORY_BIT_RATE_848 |
|
Definition at line 37 of file linux_nfc_factory_api.h.
Enumerator |
---|
NFC_FACTORY_RF_TECHNOLOGY_A |
|
NFC_FACTORY_RF_TECHNOLOGY_B |
|
NFC_FACTORY_RF_TECHNOLOGY_F |
|
Definition at line 29 of file linux_nfc_factory_api.h.
Test function to validate the Antenna's discrete components connection.
- Returns
- 0 if successful,otherwise failed.
int nfcFactory_GetMwVersion |
( |
| ) |
|
Test function to return Mw version.
- Returns
- Mw version on chip.
Test function start RF generation for RF technology and bit rate. RF technology and bit rate are sent as parameter to the API.
- Returns
- 0 if RF generation successful, otherwise failed.
int nfcFactory_PrbsTestStop |
( |
| ) |
|
Test function stop RF generation for RF technology started by phNxpNciHal_PrbsTestStart.
- Returns
- 0 if operation successful, otherwise failed.
void nfcFactory_testMode_close |
( |
void |
| ) |
|
This function close the NFCC interface and free all resources.
- Returns
- None.
int nfcFactory_testMode_open |
( |
void |
| ) |
|
It opens the physical connection with NFCC and creates required client thread for operation.
- Returns
- 0 if successful,otherwise failed.