NXP Reader Library  v17.1.0.2535

any Reader HAL More...

Collaboration diagram for Component : DUT:

Modules

 Commands
 Hal DUT specific declaration for the following features.
 

Data Structures

struct  phhalHw_DUT_DataParams_t
 DUT HAL parameter structure. More...
 

Macros

#define PHHAL_HW_DUT_ID   0x0BU
 ID for DUT HAL component.
 
#define PHHAL_HW_DUT_RESERVED_BUFFER_LEN   11U
 Amount of needed and reserved memory for the protocol overhead.
 

Functions

phStatus_t phhalHw_DUT_Init (phhalHw_DUT_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, void *pBalDataParams, uint8_t bSlotNumber, uint8_t *pTxBuffer, uint16_t wTxBufSize, uint8_t *pRxBuffer, uint16_t wRxBufSize)
 Initialize the HAL component. More...
 

Detailed Description

any Reader HAL

Function Documentation

◆ phhalHw_DUT_Init()

phStatus_t phhalHw_DUT_Init ( phhalHw_DUT_DataParams_t pDataParams,
uint16_t  wSizeOfDataParams,
void *  pBalDataParams,
uint8_t  bSlotNumber,
uint8_t pTxBuffer,
uint16_t  wTxBufSize,
uint8_t pRxBuffer,
uint16_t  wRxBufSize 
)

Initialize the HAL component.

Returns
Status code
Return values
PH_ERR_SUCCESSOperation successful.
OtherDepending 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]pBalDataParams[In] Pointer to the lower layers parameter structure.
[in]bSlotNumber[In] Slot number.
[in]pTxBuffer[In] Pointer to global transmit buffer used by the Exchange() function.
[in]wTxBufSize[In] Size of the global transmit buffer.
[in]pRxBuffer[In] Pointer to global receive buffer used by the Exchange() function.
[in]wRxBufSize[In] Size of the global receive buffer.