![]() |
Production Line Tool v5.0
The DA1470x Production Line Tool Software Package
|
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... | |
The API functions of the p_dll library.
| P_DLL_API PDLL_RET pdll_dbg_close | ( | void | ) |
Closes the debug library.
| P_DLL_API PDLL_RET pdll_dbg_init | ( | const _dbg_params * | dbg_params_t | ) |
p_dll library debug initialization function.
| [in] | dbg_params_t | A pointer to a __dbg_params data structure. |
| P_DLL_API PDLL_RET pdll_init | ( | void | ) |
p_dll library initialization function.
| P_DLL_API PDLL_RET pdll_perform_test | ( | _pdll_test_id | test_id | ) |
Starts the test operations of the p_dll library.
| [in] | test_id | A value among __pdll_test_id enumeration. |
| P_DLL_API PDLL_RET pdll_set_device_params | ( | const _pdll_device * | dev | ) |
Sets the p_dll library specific device parameters.
| [in] | dev | A pointer to a __pdll_device data structure. |