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

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...
 

Detailed Description

The API functions of the u_dll library.

Function Documentation

◆ udll_close()

U_DLL_API UDLL_RET udll_close ( void  )

Closes the handlers and frees the resources acquired by the library.

Returns
__UDLL_RETURN_CODES.

◆ udll_dbg_close()

U_DLL_API UDLL_RET udll_dbg_close ( void  )

Closes the u_dll debug session.

Returns
__UDLL_RETURN_CODES.

◆ udll_dbg_init()

U_DLL_API UDLL_RET udll_dbg_init ( const _dbg_params dbg_params_t)

u_dll library debug initialization function.

Parameters
[in]dbg_params_tPointer to a __dbg_params data structure.
Returns
__UDLL_RETURN_CODES.

◆ udll_init()

U_DLL_API UDLL_RET udll_init ( void  )

u_dll library initialization function.

Returns
__UDLL_RETURN_CODES.

◆ udll_set_device_params()

U_DLL_API UDLL_RET udll_set_device_params ( const _udll_dev_params params)

Sets the u_dll library specific device parameters.

Parameters
[in]paramsPointer to a __udll_dev_params data structure.
Returns
__UDLL_RETURN_CODES.

◆ udll_set_prog_params()

U_DLL_API UDLL_RET udll_set_prog_params ( const _udll_params udll_params_t)

Sets the u_dll library general programming parameters.

Parameters
[in]udll_params_tPointer to a __udll_params data structure.
Returns
__UDLL_RETURN_CODES.

◆ udll_start_prog()

U_DLL_API UDLL_RET udll_start_prog ( void  )

Starts the operation of the u_dll library.

Returns
__UDLL_RETURN_CODES.