any Reader HAL More...

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... | |
any Reader HAL
| 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.
| PH_ERR_SUCCESS | Operation successful. |
| Other | Depending on implementation and underlaying component. |
| [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. |