Production Line Tool v5.0
The DA1470x Production Line Tool Software Package
Loading...
Searching...
No Matches
Public Attributes | List of all members
__pltd_mem_params Struct Reference

PLTD library memory parameters for all devices under test. More...

#include <prod_line_tool_dll.h>

Public Attributes

_udll_fw_load fw_load
 
_udll_gpio_watchdog gpio_wd
 
_udll_flash_init flash_init
 
_udll_flash_er flash_er [MAX_SUPPORTED_FLASH_ER_TESTS]
 
_udll_flash_wr flash_wr [MAX_SUPPORTED_FLASH_WR_TESTS]
 
_udll_mem_wr mem_wr
 
_udll_mem_rd mem_rd [MAX_SUPPORTED_MEM_RD_TESTS]
 
_udll_otp_wr otp_wr
 
_udll_otp_cs_wr otp_cs_wr
 

Detailed Description

PLTD library memory parameters for all devices under test.

Definition at line 930 of file prod_line_tool_dll.h.

Member Data Documentation

◆ flash_er

_udll_flash_er __pltd_mem_params::flash_er[MAX_SUPPORTED_FLASH_ER_TESTS]

Flash memory erase image parameters from __udll_flash_er. Ten different tests in one go are supported.

Definition at line 937 of file prod_line_tool_dll.h.

◆ flash_init

_udll_flash_init __pltd_mem_params::flash_init

External flash memory initialization parameters from __udll_flash_init.

Definition at line 936 of file prod_line_tool_dll.h.

◆ flash_wr

_udll_flash_wr __pltd_mem_params::flash_wr[MAX_SUPPORTED_FLASH_WR_TESTS]

Flash memory image burn parameters from __udll_flash_wr. Ten different tests in one go are supported.

Definition at line 938 of file prod_line_tool_dll.h.

◆ fw_load

_udll_fw_load __pltd_mem_params::fw_load

Firmware download parameters from __udll_fw_load.

Definition at line 932 of file prod_line_tool_dll.h.

◆ gpio_wd

_udll_gpio_watchdog __pltd_mem_params::gpio_wd

GPIO watchdog operation from __udll_gpio_watchdog.

Definition at line 934 of file prod_line_tool_dll.h.

◆ mem_rd

_udll_mem_rd __pltd_mem_params::mem_rd[MAX_SUPPORTED_MEM_RD_TESTS]

Memory read parameters from __udll_mem_rd.

Definition at line 941 of file prod_line_tool_dll.h.

◆ mem_wr

_udll_mem_wr __pltd_mem_params::mem_wr

Custom memory data programming parameters from __udll_mem_wr. The actual data are different per device and are given at __pltd_dev_params::mem_data.

Definition at line 940 of file prod_line_tool_dll.h.

◆ otp_cs_wr

_udll_otp_cs_wr __pltd_mem_params::otp_cs_wr

OTP CS burn parameters from __udll_otp_cs_wr.

Definition at line 944 of file prod_line_tool_dll.h.

◆ otp_wr

_udll_otp_wr __pltd_mem_params::otp_wr

OTP image burn parameters from __udll_otp_wr.

Definition at line 943 of file prod_line_tool_dll.h.


The documentation for this struct was generated from the following file: