Production Line Tool v5.0
The DA1470x Production Line Tool Software Package
Loading...
Searching...
No Matches
Functions
P_DLL API functions

The API functions of the p_dll library. More...

Functions

P_DLL_API PDLL_RET pdll_dbg_init (const _dbg_params *dbg_params_t)
 p_dll library debug initialization function. More...
 
P_DLL_API PDLL_RET pdll_dbg_close (void)
 Closes the debug library. More...
 
P_DLL_API PDLL_RET pdll_init (void)
 p_dll library initialization function. More...
 
P_DLL_API PDLL_RET pdll_set_device_params (const _pdll_device *dev)
 Sets the p_dll library specific device parameters. More...
 
P_DLL_API PDLL_RET pdll_perform_test (_pdll_test_id test_id)
 Starts the test operations of the p_dll library. More...
 

Detailed Description

The API functions of the p_dll library.

Function Documentation

◆ pdll_dbg_close()

P_DLL_API PDLL_RET pdll_dbg_close ( void  )

Closes the debug library.

Returns
__PDLL_RETURN_CODES.

◆ pdll_dbg_init()

P_DLL_API PDLL_RET pdll_dbg_init ( const _dbg_params dbg_params_t)

p_dll library debug initialization function.

Parameters
[in]dbg_params_tA pointer to a __dbg_params data structure.
Returns
__PDLL_RETURN_CODES.

◆ pdll_init()

P_DLL_API PDLL_RET pdll_init ( void  )

p_dll library initialization function.

Returns
__PDLL_RETURN_CODES.

◆ pdll_perform_test()

P_DLL_API PDLL_RET pdll_perform_test ( _pdll_test_id  test_id)

Starts the test operations of the p_dll library.

Parameters
[in]test_idA value among __pdll_test_id enumeration.
Returns
__PDLL_RETURN_CODES.

◆ pdll_set_device_params()

P_DLL_API PDLL_RET pdll_set_device_params ( const _pdll_device dev)

Sets the p_dll library specific device parameters.

Parameters
[in]devA pointer to a __pdll_device data structure.
Returns
__PDLL_RETURN_CODES.