![]() |
Production Line Tool v5.0
The DA1470x Production Line Tool Software Package
|
The API functions of the u_dll library. More...
Functions | |
| U_DLL_API UDLL_RET | udll_dbg_init (const _dbg_params *dbg_params_t) |
| u_dll library debug initialization function. More... | |
| U_DLL_API UDLL_RET | udll_dbg_close (void) |
| Closes the u_dll debug session. More... | |
| U_DLL_API UDLL_RET | udll_init (void) |
| u_dll library initialization function. More... | |
| U_DLL_API UDLL_RET | udll_set_prog_params (const _udll_params *udll_params_t) |
| Sets the u_dll library general programming parameters. More... | |
| U_DLL_API UDLL_RET | udll_set_device_params (const _udll_dev_params *params) |
| Sets the u_dll library specific device parameters. More... | |
| U_DLL_API UDLL_RET | udll_start_prog (void) |
| Starts the operation of the u_dll library. More... | |
| U_DLL_API UDLL_RET | udll_close (void) |
| Closes the handlers and frees the resources acquired by the library. More... | |
The API functions of the u_dll library.
| U_DLL_API UDLL_RET udll_close | ( | void | ) |
Closes the handlers and frees the resources acquired by the library.
| U_DLL_API UDLL_RET udll_dbg_close | ( | void | ) |
Closes the u_dll debug session.
| U_DLL_API UDLL_RET udll_dbg_init | ( | const _dbg_params * | dbg_params_t | ) |
u_dll library debug initialization function.
| [in] | dbg_params_t | Pointer to a __dbg_params data structure. |
| U_DLL_API UDLL_RET udll_init | ( | void | ) |
u_dll library initialization function.
| U_DLL_API UDLL_RET udll_set_device_params | ( | const _udll_dev_params * | params | ) |
Sets the u_dll library specific device parameters.
| [in] | params | Pointer to a __udll_dev_params data structure. |
| U_DLL_API UDLL_RET udll_set_prog_params | ( | const _udll_params * | udll_params_t | ) |
Sets the u_dll library general programming parameters.
| [in] | udll_params_t | Pointer to a __udll_params data structure. |
| U_DLL_API UDLL_RET udll_start_prog | ( | void | ) |
Starts the operation of the u_dll library.