|
Renesas PTX1xxR IoT-Reader API Version 7.3.1
Renesas Software Stack for IoT-Reader Applications
|

Data Structures | |
| struct | ptxFeliCa_DTE_PerformanceTest |
| FeliCa-DTE Test Parameters for Performance-Tests. More... | |
| struct | ptxFeliCa_DTE_RWDigProtTest |
| FeliCa-DTE Test Parameters for Performance-Tests. More... | |
| union | ptxFeliCa_DTE_Params |
| FeliCa-DTE Test Parameters. More... | |
| struct | ptxFeliCa_DTE_TestProgressParams |
| FeliCa-DTE Test Progress Parameters. More... | |
| struct | ptxFeliCa_DTE_TestParams |
| FeliCa-DTE Test Parameters. More... | |
| struct | ptxFeliCa_DTE_InitParams |
| FeliCa-DTE Initialization Parameters. More... | |
| struct | ptxFeliCa_DTE |
| FeliCa-DTE Component. More... | |
Typedefs | |
| typedef enum ptxFeliCa_DTE_BitRate | ptxFeliCa_DTE_BitRate_t |
| FeliCa-DTE Test Type. | |
| typedef enum ptxFeliCa_DTE_TestID | ptxFeliCa_DTE_TestID_t |
| FeliCa-DTE Test Type. | |
| typedef enum ptxFeliCa_DTE_RWDigProt_TestID | ptxFeliCa_DTE_RWDigProt_TestID_t |
| FeliCa-DTE Reader/Writer Digital Protocol (Sub-)Test Type. | |
| typedef struct ptxFeliCa_DTE_PerformanceTest | ptxFeliCa_DTE_PerformanceTest_t |
| FeliCa-DTE Test Parameters for Performance-Tests. | |
| typedef struct ptxFeliCa_DTE_RWDigProtTest | ptxFeliCa_DTE_RWDigProtTest_t |
| FeliCa-DTE Test Parameters for Performance-Tests. | |
| typedef union ptxFeliCa_DTE_Params | ptxFeliCa_DTE_Params_t |
| FeliCa-DTE Test Parameters. | |
| typedef struct ptxFeliCa_DTE_TestProgressParams | ptxFeliCa_DTE_TestProgressParams_t |
| FeliCa-DTE Test Progress Parameters. | |
| typedef void(* | ptxFeliCa_DTE_ProgressFn_t) (ptxFeliCa_DTE_TestProgressParams_t *progressParams) |
| Progress Callback Function. | |
| typedef struct ptxFeliCa_DTE_TestParams | ptxFeliCa_DTE_TestParams_t |
| FeliCa-DTE Test Parameters. | |
| typedef struct ptxFeliCa_DTE_InitParams | ptxFeliCa_DTE_InitParams_t |
| FeliCa-DTE Initialization Parameters. | |
| typedef struct ptxFeliCa_DTE | ptxFeliCa_DTE_t |
| FeliCa-DTE Component. | |
Enumerations | |
| enum | ptxFeliCa_DTE_BitRate { FELICA_DTE_BITRATE_212 = 1 , FELICA_DTE_BITRATE_424 = 2 } |
| FeliCa-DTE Test Type. More... | |
| enum | ptxFeliCa_DTE_TestID { FELICA_DTE_TestID_PerformanceTest , FELICA_DTE_TestID_RWDigProtTest } |
| FeliCa-DTE Test Type. More... | |
| enum | ptxFeliCa_DTE_RWDigProt_TestID { FELICA_DTE_SubTestID_RWDigProt_eMoney_Variant1 , FELICA_DTE_SubTestID_RWDigProt_eMoney_Variant2 , FELICA_DTE_SubTestID_RWDigProt_eMoney_NFCDEP , FELICA_DTE_SubTestID_RWDigProt_FrameStructure , FELICA_DTE_SubTestID_RWDigProt_FrameStructure1 , FELICA_DTE_SubTestID_RWDigProt_FrameStructure2 , FELICA_DTE_SubTestID_RWDigProt_FrameStructure3 , FELICA_DTE_SubTestID_RWDigProt_FrameStructure4 , FELICA_DTE_SubTestID_RWDigProt_FrameStructure5 , FELICA_DTE_SubTestID_RWDigProt_FrameStructure6 , FELICA_DTE_SubTestID_RWDigProt_Setup_DP_POS , FELICA_DTE_SubTestID_RWDigProt_Setup_DP_NEG , FELICA_DTE_SubTestID_RWDigProt_Generic } |
| FeliCa-DTE Reader/Writer Digital Protocol (Sub-)Test Type. More... | |
Functions | |
| PTX_API_LIBFUNC ptxStatus_t | ptxFeliCa_DTE_Init (ptxFeliCa_DTE_t *feliCaDTEComp, ptxFeliCa_DTE_InitParams_t *initParams) |
| Initializes the FeliCa-DTE Component. | |
| PTX_API_LIBFUNC ptxStatus_t | ptxFeliCa_DTE_Deinit (ptxFeliCa_DTE_t *feliCaDTEComp) |
| Deinitializes the FeliCa-DTE Component. | |
| PTX_API_LIBFUNC ptxStatus_t | ptxFeliCa_DTE_EnableMode (ptxFeliCa_DTE_t *feliCaDTEComp, uint8_t enableMode, ptxFeliCa_DTE_TestParams_t *testParams) |
| Enables/Disables the FeliCa-DTE mode in the system and configures the test parameters. | |
| PTX_API_LIBFUNC ptxStatus_t | ptxFeliCa_DTE_RunTest (ptxFeliCa_DTE_t *feliCaDTEComp, ptxFeliCa_DTE_TestParams_t *testParams) |
| Performs a FeliCa compliance test with given test parameters. | |
FeliCa-DTE Reader/Writer Digital Protocol (Sub-)Test Type.
| enum ptxFeliCa_DTE_TestID |
| PTX_API_LIBFUNC ptxStatus_t ptxFeliCa_DTE_Deinit | ( | ptxFeliCa_DTE_t * | feliCaDTEComp | ) |
Deinitializes the FeliCa-DTE Component.
| [in] | feliCaDTEComp | Pointer to an initialized instance of the FeliCa-DTE component. |
| PTX_API_LIBFUNC ptxStatus_t ptxFeliCa_DTE_EnableMode | ( | ptxFeliCa_DTE_t * | feliCaDTEComp, |
| uint8_t | enableMode, | ||
| ptxFeliCa_DTE_TestParams_t * | testParams ) |
Enables/Disables the FeliCa-DTE mode in the system and configures the test parameters.
| [in] | feliCaDTEComp | Pointer to an initialized instance of the FeliCa-DTE component. |
| [in] | enableMode | Enables (!= 0) or Disables (0) the FeliCa-DTE mode. |
| [in] | testParams | Various test parameters for FeliCa compliance tests. |
| PTX_API_LIBFUNC ptxStatus_t ptxFeliCa_DTE_Init | ( | ptxFeliCa_DTE_t * | feliCaDTEComp, |
| ptxFeliCa_DTE_InitParams_t * | initParams ) |
Initializes the FeliCa-DTE Component.
| [in] | feliCaDTEComp | Pointer to an allocated instance of the FeliCa-DTE component. |
| [in] | initParams | Pointer to initialization parameters. |
| PTX_API_LIBFUNC ptxStatus_t ptxFeliCa_DTE_RunTest | ( | ptxFeliCa_DTE_t * | feliCaDTEComp, |
| ptxFeliCa_DTE_TestParams_t * | testParams ) |
Performs a FeliCa compliance test with given test parameters.
| [in] | feliCaDTEComp | Pointer to an initialized instance of the FeliCa-DTE component. |
| [in] | testParams | Various test parameters for FeliCa compliance tests. |