![]() |
Production Line Tool v5.0
The DA1470x Production Line Tool Software Package
|
Custom test settings. More...
#include <prod_line_tool_dll.h>
Public Attributes | |
| bool | en |
| char | name [TEST_NAME_STR_SIZE] |
| uint8_t | data |
Custom test settings.
Definition at line 813 of file prod_line_tool_dll.h.
| uint8_t __pltd_custom_test::data |
The byte send to the DUT when the custom test is executed. For successful test completion the firmware must reply with the same byte.
Definition at line 817 of file prod_line_tool_dll.h.
| bool __pltd_custom_test::en |
Enable or disable the custom test.
Definition at line 815 of file prod_line_tool_dll.h.
| char __pltd_custom_test::name[TEST_NAME_STR_SIZE] |
The name of each test.
Definition at line 816 of file prod_line_tool_dll.h.