![]() |
Production Line Tool v5.0
The DA1470x Production Line Tool Software Package
|
PLTD IC specific general parameters for all devices under test. More...
#include <prod_line_tool_dll.h>
Public Attributes | |
| _dut_ic | dut_ic |
| uint32_t | baud_rate |
| bool | rst_polarity |
| _pltd_test_params | tests |
| _pltd_mem_params | mem |
PLTD IC specific general parameters for all devices under test.
Definition at line 949 of file prod_line_tool_dll.h.
| uint32_t __pltd_ic_params::baud_rate |
UART baud rate during memory programming.
Definition at line 952 of file prod_line_tool_dll.h.
| _dut_ic __pltd_ic_params::dut_ic |
The type of device to be tested, __dut_ic.
Definition at line 951 of file prod_line_tool_dll.h.
| _pltd_mem_params __pltd_ic_params::mem |
PLTD memory programming parameters from __pltd_mem_params for all devices under test.
Definition at line 955 of file prod_line_tool_dll.h.
| bool __pltd_ic_params::rst_polarity |
PLT to DUT reset polarity. False=Active low. True=Active high.
Definition at line 953 of file prod_line_tool_dll.h.
| _pltd_test_params __pltd_ic_params::tests |
PLTD production test parameters from __pltd_test_params for all devices under test.
Definition at line 954 of file prod_line_tool_dll.h.