NXP Reader Library  v17.1.0.2535
Collaboration diagram for Component : Software:

Data Structures

struct  phalI18000p3m3_Sw_DataParams_t
 Software PAL-I18000P3M3 parameter structure. More...
 

Macros

#define PHAL_I18000P3M3_SW_ID   0x01
 ID for Software I18000P3M3 layer.
 

Functions

phStatus_t phalI18000p3m3_Sw_Init (phalI18000p3m3_Sw_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, void *pPalI18000p3m3DataParams)
 Initialise this layer. More...
 

Detailed Description

Function Documentation

◆ phalI18000p3m3_Sw_Init()

phStatus_t phalI18000p3m3_Sw_Init ( phalI18000p3m3_Sw_DataParams_t pDataParams,
uint16_t  wSizeOfDataParams,
void *  pPalI18000p3m3DataParams 
)

Initialise this layer.

Returns
Status code
Return values
PH_ERR_SUCCESSOperation successful.
Parameters
[in]pDataParams[In] Pointer to this layer's parameter structure.
[in]wSizeOfDataParams[In] Specifies the size of the data parameter structure.
[in]pPalI18000p3m3DataParams[In] Pointer to the parameter structure of the underlying PAL layer.