Sub-Component to initialize PAL ISO15693 Generic component as RD710. Here the implementation of ISO15693 protocol is performed by RD710 reader.
More...
Sub-Component to initialize PAL ISO15693 Generic component as RD710. Here the implementation of ISO15693 protocol is performed by RD710 reader.
◆ phpalSli15693_Rd710_Init()
Initialize PAL Sli15693 layer.
This should be called before using any of the PAL Sli15693 APIs to do initialization of the layer. This configures the Sli15693 PAL with default configurations. Refer Configuration Options for supported configurations and their default values.
- Returns
- Status code
- Return values
-
| PH_ERR_SUCCESS | Operation successful.
- Size of data parameter structure during Initialization, specified in wSizeOfDataParams is wrong.
- If any of the DataParams are null.
|
| Other | Depending on implementation and underlaying component. |
- Parameters
-
| [in] | pDataParams | [In] Pointer to this layer's parameter structure. |
| [in] | wSizeOfDataParams | [In] Specifies the size of the data parameter structure. |
| [in] | pHalDataParams | [In] Pointer to phhalHw_Rd710_DataParams_t parameter structure. |